Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 509 Bytes

TierDowngradeNotificationPolicy.md

File metadata and controls

19 lines (12 loc) · 509 Bytes

TalonOne::TierDowngradeNotificationPolicy

Properties

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

Code Sample

require 'TalonOne'

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