Sha256: baef95a762aae5d465ac76ba17529a7cd7776ee5da14393a9ec1fb15bed58c88
Contents?: true
Size: 568 Bytes
Versions: 1
Compression:
Stored size: 568 Bytes
Contents
# TalonOne::UpdateLoyaltyProgramTier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The internal ID of the tier. | **name** | **String** | The name of the tier. | [optional] **min_points** | **Float** | The minimum amount of points required to enter the tier. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateLoyaltyProgramTier.new(id: 6, name: Gold, min_points: 300.0) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/UpdateLoyaltyProgramTier.md |