Click or drag to resize

IAtomiaBillingApiMakeOrder Method

Creates the order with small set of data - only item ids and quantities.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Order MakeOrder(
	Order order
)

Parameters

order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.

Return Value

Type: Order
Created order.
See Also