Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 507 Bytes

ExpiringPointsNotificationTrigger.md

File metadata and controls

19 lines (12 loc) · 507 Bytes

TalonOne::ExpiringPointsNotificationTrigger

Properties

Name Type Description Notes
amount Integer The amount of period.
period String Notification period indicated by a letter; "w" means week, "d" means day.

Code Sample

require 'TalonOne'

instance = TalonOne::ExpiringPointsNotificationTrigger.new(amount: null,
                                 period: null)