Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.24 KB

File metadata and controls

31 lines (19 loc) · 1.24 KB

BaseNotificationPolicy

Indicates which notification properties to apply.

Properties

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]

Enum: List<ScopesEnum>

Name Value
ALL "all"
CAMPAIGN_MANAGER "campaign_manager"
MANAGEMENT_API "management_api"
RULE_ENGINE "rule_engine"