Sha256: a29aafab409a9075b6621089122dea579f781507aa68e4ef7c958e918422bfab
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
# TalonOne::RollbackIncreasedAchievementProgressEffectProps ## 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. | **decrease_progress_by** | **Float** | The value by which the customer's current progress in the achievement is decreased. | **current_progress** | **Float** | The current progress of the customer in the achievement. | **target** | **Float** | The target value to complete the achievement. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RollbackIncreasedAchievementProgressEffectProps.new(achievement_id: 10, achievement_name: FreeCoffee10Orders, progress_tracker_id: null, decrease_progress_by: null, current_progress: null, target: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/RollbackIncreasedAchievementProgressEffectProps.md |
talon_one-6.0.0 | docs/RollbackIncreasedAchievementProgressEffectProps.md |