| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Notification name. | |
| scopes | 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 | int | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional] [default to 1000] |