Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 858 Bytes

File metadata and controls

15 lines (10 loc) · 858 Bytes

# CouponsNotificationPolicy

Properties

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]

[Back to Model list] [Back to API list] [Back to README]