IInvoiceSummaryCollection Interface

Definition

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

public interface IInvoiceSummaryCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceSummary>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IInvoiceSummaryCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<ResourceCollection<InvoiceSummary>>
Public Interface IInvoiceSummaryCollection
Implements IEntityGetOperations(Of ResourceCollection(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 collection. This operation is currently only supported for user based credentials.

GetAsync()

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

Applies to