Megosztás a következőn keresztül:


IInvoiceSummaryCollection.GetAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceSummary>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceSummary>>
Public Function GetAsync () As Task(Of ResourceCollection(Of InvoiceSummary))

Returns

The invoice summary collection.

Implements

Applies to