Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 509 Bytes

ExpiringCouponsNotificationTrigger.md

File metadata and controls

19 lines (12 loc) · 509 Bytes

TalonOne::ExpiringCouponsNotificationTrigger

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::ExpiringCouponsNotificationTrigger.new(amount: null,
                                 period: null)