Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 853 Bytes

CouponsNotificationPolicy.md

File metadata and controls

13 lines (10 loc) · 853 Bytes

TalonOne.Model.CouponsNotificationPolicy

Properties

Name Type Description Notes
Name string Notification name.
Scopes List<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]

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