PaymentConditions
Set of conditions combined with AND/OR. The whole group must evaluate to true for the rule's action to apply.
type PaymentConditions {
combinator: CombinatorType!
rules: [PaymentCondition!]!
}
Fields
PaymentConditions.combinator ● CombinatorType! non-null enum
How conditions are combined.
PaymentConditions.rules ● [PaymentCondition!]! non-null object
Conditions in this group.
Member Of
PaymentRule object