Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 828 Bytes

BaseNotification.md

File metadata and controls

25 lines (18 loc) · 828 Bytes

TalonOne::BaseNotification

Properties

Name Type Description Notes
policy Object Indicates which notification properties to apply.
enabled Boolean Indicates whether the notification is activated. [optional] [default to true]
webhook BaseNotificationWebhook
id Integer Unique ID for this entity.
type String The notification type.

Code Sample

require 'TalonOne'

instance = TalonOne::BaseNotification.new(policy: null,
                                 enabled: null,
                                 webhook: null,
                                 id: 6,
                                 type: loyalty_added_deducted_points)