Aller au contenu

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).

field: RuleField

Defined in: types/rpc/merchantInformation.ts:102


operator: ConditionOperator

Defined in: types/rpc/merchantInformation.ts:103


value: string | number | boolean | null

Defined in: types/rpc/merchantInformation.ts:104


optional valueTo?: string | number | boolean | null

Defined in: types/rpc/merchantInformation.ts:105