Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 494 Bytes

TierUpgradeNotificationPolicy.md

File metadata and controls

19 lines (12 loc) · 494 Bytes

TalonOne::TierUpgradeNotificationPolicy

Properties

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

Code Sample

require 'TalonOne'

instance = TalonOne::TierUpgradeNotificationPolicy.new(name: Christmas Sale,
                                 batching_enabled: false)