Click or drag to resize

IAtomiaBillingApiProcessPublicOrder Method

Processes the public order.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Order ProcessPublicOrder(
	Order order,
	Guid resellerId
)

Parameters

order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.
resellerId
Type: SystemGuid
The reseller id.

Return Value

Type: Order
Processed order.
See Also