Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 987 Bytes

File metadata and controls

28 lines (17 loc) · 987 Bytes

AchievementProgress

The current progress of the customer in the achievement.

Properties

Name Type Description Notes
status StatusEnum The status of the achievement.
progress BigDecimal The current progress of the customer in the achievement.
startDate OffsetDateTime Timestamp at which the customer started the achievement. [optional]
completionDate OffsetDateTime Timestamp at which point the customer completed the achievement. [optional]
endDate OffsetDateTime Timestamp at which point the achievement ends and resets for the customer. [optional]

Enum: StatusEnum

Name Value
INPROGRESS "inprogress"
COMPLETED "completed"
EXPIRED "expired"
NOT_STARTED "not_started"