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