Skip to content

ConditionOperator

ConditionOperator = "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "in" | "not_in" | "contains" | "starts_with" | "ends_with" | "exists" | "not_exists" | "between"

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

Comparison operators usable in a RuleCondition.