| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Notification name. | |
| Scopes | List<string> | ||
| BatchingEnabled | bool | Indicates whether batching is activated. | [optional] [default to true] |
| IncludeData | bool | Indicates whether to include all generated coupons. If `false`, only the `batchId` of the generated coupons is included. | [optional] |
| BatchSize | long | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional] [default to 1000] |