Click or drag to resize

IOrderValidatorValidate Method

Validates the specified order.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool Validate(
	Object sender,
	Order order
)

Parameters

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

Return Value

Type: Boolean
true if order is validated, otherwise false.
See Also