# 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 ```ruby require 'TalonOne' instance = TalonOne::ExpiringPointsNotificationTrigger.new(amount: null, period: null) ```