Indicates which notification properties to apply.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The name of the notification. | |
| triggers | List<TierWillDowngradeNotificationTrigger> | ||
| batchingEnabled | Boolean | Indicates whether batching is activated. | [optional] |
| batchSize | Long | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional] |
| scopes | List<ScopesEnum> | ||
| includeData | Boolean | Indicates whether to include all generated coupons. If `false`, only the `batchId` of the generated coupons is included. | [optional] |
| aheadOfDaysTrigger | Long | The number of days in advance that strikethrough pricing updates should be sent. | [optional] |
| Name | Value |
|---|---|
| ALL | "all" |
| CAMPAIGN_MANAGER | "campaign_manager" |
| MANAGEMENT_API | "management_api" |
| RULE_ENGINE | "rule_engine" |