Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.68 KB

File metadata and controls

24 lines (20 loc) · 1.68 KB

Voucherify.Model.SimpleRedemptionRewardResult

Simplified redemption reward result data

Properties

Name Type Description Notes
Customer SimpleCustomer [optional]
AssignmentId string Unique reward assignment ID assigned by Voucherify. [optional]
Voucher SimpleVoucher [optional]
Product SimpleProduct [optional]
Sku SimpleSku [optional]
LoyaltyTierId string Unique loyalty tier ID assigned by Voucherify. [optional]
Id string Unique reward ID, assigned by Voucherify. [optional]
Object string The type of the object represented by the JSON. This object stores information about the reward. [optional]
Name string Reward name. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the reward was created. The value is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the reward was updated. The value is shown in the ISO 8601 format. [optional]
Parameters RewardType [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 string Reward type. [optional]

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