Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 887 Bytes

ExpiringCouponsNotificationPolicy.md

File metadata and controls

23 lines (16 loc) · 887 Bytes

TalonOne::ExpiringCouponsNotificationPolicy

Properties

Name Type Description Notes
name String Notification name.
triggers Array<ExpiringCouponsNotificationTrigger>
batching_enabled Boolean Indicates whether batching is activated. [optional] [default to true]
batch_size Integer The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ExpiringCouponsNotificationPolicy.new(name: Notification to Google,
                                 triggers: null,
                                 batching_enabled: true,
                                 batch_size: 1000)