Sha256: ebda41add900553a35a6a2f5b62868d37adfa6fe69fcf0c6b6451b561f078c17
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# TalonOne::IncreaseAchievementProgressEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **achievement_id** | **Integer** | The internal ID of the achievement. | **achievement_name** | **String** | The name of the achievement. | **progress_tracker_id** | **Integer** | The internal ID of the achievement progress tracker. | [optional] **delta** | **Float** | The value by which the customer's current progress in the achievement is increased. | **value** | **Float** | The current progress of the customer in the achievement. | **target** | **Float** | The target value to complete the achievement. | **is_just_completed** | **Boolean** | Indicates if the customer has completed the achievement in the current session. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IncreaseAchievementProgressEffectProps.new(achievement_id: 10, achievement_name: FreeCoffee10Orders, progress_tracker_id: null, delta: null, value: null, target: null, is_just_completed: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/IncreaseAchievementProgressEffectProps.md |
talon_one-6.0.0 | docs/IncreaseAchievementProgressEffectProps.md |