Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.03 KB

File metadata and controls

12 lines (8 loc) · 1.03 KB

Voucherify.Model.RedemptionEntryRelatedRedemptionsRollbacksItem

Properties

Name Type Description Notes
Id string Unique rollback redemption ID. [optional]
Date DateTimeOffset Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. [optional]
RollbackOrderMode string 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. [optional]

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