Name | Type | Description | Notes |
---|---|---|---|
amount | Integer | The amount of period. | |
period | String | Notification period indicated by a letter; "w" means week, "d" means day. |
require 'TalonOne'
instance = TalonOne::ExpiringPointsNotificationTrigger.new(amount: null,
period: null)