IOrder.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Get() |
Retrieves the order information. |
Get(Boolean) |
Retrieves the order information including pricing details (based on access permissions) when requested.. |
Get()
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.