Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.41 KB

SimpleRedemption.md

File metadata and controls

20 lines (17 loc) · 1.41 KB

VoucherifySdk::SimpleRedemption

Properties

Name Type Description Notes
id String Unique redemption ID. [optional]
customer_id String Unique customer ID of the redeeming customer. [optional]
tracking_id String Hashed customer source ID. [optional]
date Time Timestamp representing the date and time when the redemption was created in ISO 8601 format. [optional]
amount Integer A positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the total amount of the order. This is the sum of the order items' amounts. [optional]
order SimpleOrder [optional]
reward SimpleRedemptionRewardResult [optional]
customer SimpleCustomer [optional]
result String Redemption result. [optional]
voucher SimpleVoucher [optional]
promotion_tier SimplePromotionTier [optional]
redemption String Unique redemption ID of the parent redemption. [optional]
object String The type of object represented by the JSON. This object stores information about the `redemption`. [optional][default to 'redemption']