Sha256: 7987cb64b381d97b4c63bf1747b73e65c51bc77a491ca61f939e2e923c61c94f
Contents?: true
Size: 507 Bytes
Versions: 6
Compression:
Stored size: 507 Bytes
Contents
# 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) ```
Version data entries
6 entries across 6 versions & 1 rubygems