Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1 KB

File metadata and controls

24 lines (12 loc) · 1 KB

RedemptionEntryRelatedRedemptionsRollbacksItem

Properties

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.

Enum: RollbackOrderModeEnum

Name Value
WITH_ORDER "WITH_ORDER"
WITHOUT_ORDER "WITHOUT_ORDER"