Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.1 KB

IncreaseAchievementProgressEffectProps.md

File metadata and controls

16 lines (13 loc) · 1.1 KB

TalonOne.Model.IncreaseAchievementProgressEffectProps

The properties specific to the "increaseAchievementProgress" effect. This gets triggered whenever a validated rule contained an "increase customer progress" effect.

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. [optional]
Delta decimal The value by which the customer's current progress in the achievement is increased.
Value decimal The current progress of the customer in the achievement.
Target decimal The target value to complete the achievement.
IsJustCompleted bool Indicates if the customer has completed the achievement in the current session.

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