Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 668 Bytes

ExpiringPointsNotificationPolicy.md

File metadata and controls

21 lines (14 loc) · 668 Bytes

TalonOne::ExpiringPointsNotificationPolicy

Properties

Name Type Description Notes
name String Notification name.
triggers Array<ExpiringPointsNotificationTrigger>
batching_enabled Boolean Indicates whether batching is activated. [optional] [default to true]

Code Sample

require 'TalonOne'

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