The current progress of the customer in the achievement.
| 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] |
| Name | Value |
|---|---|
| INPROGRESS | "inprogress" |
| COMPLETED | "completed" |
| EXPIRED | "expired" |
| NOT_STARTED | "not_started" |