IOrder.Get Method

Definition

Overloads

Get()

Retrieves the order information.

Get(Boolean)

Retrieves the order information including pricing details (based on access permissions) when requested..

Get()

Retrieves the order information.

public Microsoft.Store.PartnerCenter.Models.Orders.Order Get ();
abstract member Get : unit -> Microsoft.Store.PartnerCenter.Models.Orders.Order
Public Function Get () As Order

Returns

The order information.

Implements

Applies to

Get(Boolean)

Retrieves the order information including pricing details (based on access permissions) when requested..

public Microsoft.Store.PartnerCenter.Models.Orders.Order Get (bool includePrice);
abstract member Get : bool -> Microsoft.Store.PartnerCenter.Models.Orders.Order
Public Function Get (includePrice As Boolean) As Order

Parameters

includePrice
Boolean

Whether to include pricing details in the order information.

Returns

The order information including pricing details (based on access permissions) when requested.

Applies to