Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 881 Bytes

CouponsNotificationPolicy.md

File metadata and controls

28 lines (14 loc) · 881 Bytes

TalonOne.CouponsNotificationPolicy

Properties

Name Type Description Notes
name String Notification name.
scopes [String]
batchingEnabled Boolean Indicates whether batching is activated. [optional] [default to true]
includeData Boolean Indicates whether to include all generated coupons. If `false`, only the `batchId` of the generated coupons is included. [optional]
batchSize Number The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. [optional]

Enum: [ScopesEnum]

  • all (value: "all")

  • campaign_manager (value: "campaign_manager")

  • management_api (value: "management_api")

  • rule_engine (value: "rule_engine")