Click or drag to resize

OrderValidatorValidate Method

Validates the specified order.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public 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.

Implements

IOrderValidatorValidate(Object, Order)
See Also