Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.12 KB

RollbackIncreasedAchievementProgressEffectProps.md

File metadata and controls

15 lines (12 loc) · 1.12 KB

TalonOne.Model.RollbackIncreasedAchievementProgressEffectProps

The properties specific to the "rollbackIncreasedAchievementProgress" effect. This gets triggered whenever a closed session where the increaseAchievementProgress effect was triggered is cancelled. This is applicable only when the customer has not completed the achievement.

Properties

Name Type Description Notes
AchievementId int The internal ID of the achievement.
AchievementName string The name of the achievement.
ProgressTrackerId int The internal ID of the achievement progress tracker.
DecreaseProgressBy decimal The value by which the customer's current progress in the achievement is decreased.
CurrentProgress decimal The current progress of the customer in the achievement.
Target decimal The target value to complete the achievement.

[Back to Model list] [Back to API list] [Back to README]