Sha256: d9fbe3dd8db2beaccda725f0d7d87455b8a2a8c787af316faff03579ac1cc936
Contents?: true
Size: 515 Bytes
Versions: 3
Compression:
Stored size: 515 Bytes
Contents
# TalonOne::CardExpiringPointsNotificationTrigger ## 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::CardExpiringPointsNotificationTrigger.new(amount: null, period: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CardExpiringPointsNotificationTrigger.md |
talon_one-6.0.0 | docs/CardExpiringPointsNotificationTrigger.md |
talon_one-5.0.0 | docs/CardExpiringPointsNotificationTrigger.md |