RuleCondition
Ce contenu n’est pas encore disponible dans votre langue.
RuleCondition = {
field:RuleField;operator:ConditionOperator;value:string|number|boolean|null;valueTo?:string|number|boolean|null; }
Defined in: types/rpc/merchantInformation.ts:101
A single leaf rule condition. Compares the value found at RuleField
in the evaluation context against value (and valueTo for between).
Properties
Section titled “Properties”field:
RuleField
Defined in: types/rpc/merchantInformation.ts:102
operator
Section titled “operator”operator:
ConditionOperator
Defined in: types/rpc/merchantInformation.ts:103
value:
string|number|boolean|null
Defined in: types/rpc/merchantInformation.ts:104
valueTo?
Section titled “valueTo?”
optionalvalueTo?:string|number|boolean|null
Defined in: types/rpc/merchantInformation.ts:105