Compartilhar via


IOrderCollectionByBillingCycleType.GetAsync Method

Definition

Overloads

GetAsync()

Asynchronously retrieves all customer orders.

GetAsync(Boolean)

Asynchronously retrieves all customer orders.

GetAsync()

Asynchronously retrieves all customer orders.

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

Returns

The customer orders.

Implements

Applies to

GetAsync(Boolean)

Asynchronously retrieves all customer orders.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.Order>> GetAsync (bool includePrice);
abstract member GetAsync : bool -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.Order>>
Public Function GetAsync (includePrice As Boolean) As Task(Of ResourceCollection(Of Order))

Parameters

includePrice
Boolean

Whether to include pricing details in the order information.

Returns

The customer orders including pricing details (based on access permissions) when requested..

Applies to