Click or drag to resize

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
)

Parameters

orderId
Type: SystemGuid
The order id.

Return Value

Type: Order
Requested order.
See Also