Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.02 KB

RollbackIncreasedAchievementProgressEffectProps.md

File metadata and controls

18 lines (11 loc) · 1.02 KB

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 Integer The internal ID of the achievement.
achievementName String The name of the achievement.
progressTrackerId Integer The internal ID of the achievement progress tracker.
decreaseProgressBy BigDecimal The value by which the customer's current progress in the achievement is decreased.
currentProgress BigDecimal The current progress of the customer in the achievement.
target BigDecimal The target value to complete the achievement.