Sha256: 03233aebee4fe78f36e0f120cd417648f8014d2dae7db26ca325df31f8814721
Contents?: true
Size: 834 Bytes
Versions: 2
Compression:
Stored size: 834 Bytes
Contents
# TalonOne::ProjectedTier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **projected_active_points** | **Float** | The active points of the customer when their current tier expires. | **stay_in_tier_points** | **Float** | The number of points the customer needs to stay in the current tier. **Note**: This is included in the response when the customer is projected to be downgraded. | [optional] **projected_tier_name** | **String** | The name of the tier the user will enter once their current tier expires. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ProjectedTier.new(projected_active_points: 198.0, stay_in_tier_points: 2.0, projected_tier_name: Tier 1) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/ProjectedTier.md |
talon_one-6.0.0 | docs/ProjectedTier.md |