Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 1.6 KB

SimpleRedemption.md

File metadata and controls

21 lines (18 loc) · 1.6 KB

# 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 \DateTime Timestamp representing the date and time when the redemption was created in ISO 8601 format. [optional]
amount int 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 \OpenAPI\Client\Model\SimpleOrder [optional]
reward \OpenAPI\Client\Model\SimpleRedemptionRewardResult [optional]
customer \OpenAPI\Client\Model\SimpleCustomer [optional]
result string Redemption result. [optional]
voucher \OpenAPI\Client\Model\SimpleVoucher [optional]
promotion_tier \OpenAPI\Client\Model\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']

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