Click or drag to resize

IAtomiaBillingApiGetOrderById Method

Gets the order by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Order GetOrderById(
	Guid orderId
)

Parameters

orderId
Type: SystemGuid
The order id.

Return Value

Type: Order
Requested order.
See Also