| Name | Type | Description |
|---|---|---|
| id | String | Unique rollback redemption ID. |
| date | OffsetDateTime | Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. |
| rollbackOrderMode | RollbackOrderModeEnum | Defines the rollback mode for the order. `WITH_ORDER` is a default setting. The redemption is rolled back together with the data about the order, including related discount values. `WITHOUT_ORDER` allows rolling the redemption back without affecting order data, including the applied discount values. This is returned only in GET `v1/redemptions/` and GET `v1/redemptions/{redemptionId}` endpoints. |
| Name | Value |
|---|---|
| WITH_ORDER | "WITH_ORDER" |
| WITHOUT_ORDER | "WITHOUT_ORDER" |