OrderHelperGetOrderById Method |
Note: This API is now obsolete.
Gets the order by id.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax [ObsoleteAttribute("Use the OrderHelperAdapter instance method instead.")]
public static Order GetOrderById(
Guid orderId
)
<ObsoleteAttribute("Use the OrderHelperAdapter instance method instead.")>
Public Shared Function GetOrderById (
orderId As Guid
) As Order
public:
[ObsoleteAttribute(L"Use the OrderHelperAdapter instance method instead.")]
static Order^ GetOrderById(
Guid orderId
)
[<ObsoleteAttribute("Use the OrderHelperAdapter instance method instead.")>]
static member GetOrderById :
orderId : Guid -> Order
Parameters
- orderId
- Type: SystemGuid
The order id.
Return Value
Type:
OrderRequested order.
See Also