IInvoice.GetAsync Method

Definition

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

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

Returns

The invoice.

Implements

Applies to