IInvoiceSummary Interface

Definition

Represents all the operations that can be done on an invoice summary.

public interface IInvoiceSummary : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceSummary>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IInvoiceSummary = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<InvoiceSummary>
Public Interface IInvoiceSummary
Implements IEntityGetOperations(Of InvoiceSummary), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves the invoice summary. This operation is currently only supported for user based credentials.

GetAsync()

Asynchronously retrieves the invoice summary. This operation is currently only supported for user based credentials.

Applies to