# 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[​](#values "Direct link to Values")

#### [`CombinatorType.AND`](#and)[​](#and "Direct link to and")

#### [`CombinatorType.OR`](#or)[​](#or "Direct link to or")

### Member Of[​](#member-of "Direct link to Member Of")

[`PaymentConditions`](https://docs.monei.com/apis/graphql/types/objects/payment-conditions/.md) object ● [`PaymentConditionsInput`](https://docs.monei.com/apis/graphql/types/inputs/payment-conditions-input/.md) input
