
# Customer Inclusion Exclusion

Indicates whether customers should be included in, or excluded from,
the result set when they match the filtering criteria.

## Enumeration

`CustomerInclusionExclusion`

## Fields

| Name | Description |
|  --- | --- |
| `INCLUDE` | Customers should be included in the result set when they match the<br>filtering criteria. |
| `EXCLUDE` | Customers should be excluded from the result set when they match<br>the filtering criteria. |

