IInvoiceCollection.GetAsync Method

Definition

Asynchronously retrieves all the invoices.

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

Returns

The invoices.

Implements

Applies to