Click or drag to resize

IDiscountItemConditionHandlerTestCondition Method

Tests the condition.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool TestCondition(
	OrderLine orderLine,
	Order order
)

Parameters

orderLine
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrderLine
The order Line.
order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.

Return Value

Type: Boolean
true if condition is satisfied, otherwise false.
See Also