Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.18 KB

TargetingCondition.md

File metadata and controls

18 lines (14 loc) · 1.18 KB

Yaksa.OrckestraCommerce.Client.Model.TargetingCondition

TargetingCondition

Properties

Name Type Description Notes
BinaryOperator string The binary operator which will be apply between the children targeting conditions. [optional]
Children List<TargetingCondition> The children of this targeting condition. [optional]
CollectionOperator string Gets or sets the operator to apply on the Value to get the promotion when the target is used on a collection. [optional]
Not bool Gets or sets a value indicating whether to use the Operator should NOT be matched. [optional]
Operator string The operator to apply on the Value to get the promotion. [optional]
PropertyPath string The relative path of the property used for the condition [optional]
Type string The type of condition [optional]
Value Object Object [optional]

[Back to Model list] [Back to API list] [Back to README]