Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.51 KB

RedemptionRewardResult.md

File metadata and controls

25 lines (19 loc) · 1.51 KB

RedemptionRewardResult

Properties

Name Type Description Notes
customer SimpleCustomer [optional]
assignment_id str Unique reward assignment ID assigned by Voucherify. [optional]
voucher Voucher [optional]
product Product [optional]
sku Sku [optional]
loyalty_tier_id str Unique loyalty tier ID assigned by Voucherify. [optional]
id str Unique reward ID. [optional]
name str Name of the reward. [optional]
object str The type of the object represented by the JSON [optional] [default to 'reward']
created_at datetime Timestamp representing the date and time when the redemption was created. The value is shown in the ISO 8601 format. [optional]
updated_at datetime Timestamp in ISO 8601 format indicating when the reward was updated. [optional]
parameters RedemptionRewardResultParameters [optional]
metadata object A set of custom key/value pairs that you can attach to a reward. The metadata object stores all custom attributes assigned to the reward. [optional]
type str Reward type. [optional]

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