Sha256: 057e910e06a6565c3777de9edd540ce89234f7f3ab99130a9a41abf51236b40a
Contents?: true
Size: 802 Bytes
Versions: 5
Compression:
Stored size: 802 Bytes
Contents
# TalonOne::LoyaltyTier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **program_id** | **Integer** | The ID of the loyalty program that owns this entity. | **name** | **String** | The name of the tier | **min_points** | **Float** | The minimum amount of points required to be eligible for the tier. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyTier.new(id: 6, created: 2020-06-10T09:05:27.993483Z, program_id: 125, name: Gold, min_points: 300.0) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
talon_one-6.0.0 | docs/LoyaltyTier.md |
talon_one-5.0.0 | docs/LoyaltyTier.md |
talon_one-3.0.2 | docs/LoyaltyTier.md |
talon_one-3.0.1 | docs/LoyaltyTier.md |
talon_one-3.0.0 | docs/LoyaltyTier.md |