CombinatorType
Boolean operator used to combine the conditions in a rule.
AND- All conditions must match.OR- Any condition matches.
enum CombinatorType {
AND
OR
}
Values
CombinatorType.AND
CombinatorType.OR
Member Of
PaymentConditions object ● PaymentConditionsInput input