Click or drag to resize

IAtomiaBillingApiGetOrderStatus Method

Gets the order status of an order.

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

Parameters

orderId
Type: SystemGuid
The order id.

Return Value

Type: OrderStatus
The status of the order.
See Also