Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.46 KB

File metadata and controls

17 lines (13 loc) · 1.46 KB

Voucherify.Model.OrderRedemptionsEntry

Properties

Name Type Description Notes
Date DateTimeOffset? Timestamp representing the date and time when the redemption was created. The value is shown in the ISO 8601 format. [optional]
RollbackId string Unique ID of the redemption rollback. [optional]
RollbackDate DateTimeOffset? Timestamp representing the date and time when the redemption rollback was created. The value is shown in the ISO 8601 format. [optional]
RelatedObjectType string The source of the incentive. [optional]
RelatedObjectId string Unique ID of the parent redemption. [optional]
RelatedObjectParentId string Represent's the campaign ID of the voucher if the redemption was based on a voucher that was part of bulk codes generated within a campaign. In case of a promotion tier, this represents the campaign ID of the promotion tier's parent campaign. [optional]
Stacked List<string> Contains a list of unique IDs of child redemptions, which belong to the stacked incentives. [optional]
RollbackStacked List<string> Lists the rollback redemption IDs of the particular child redemptions. [optional]

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