Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.53 KB

File metadata and controls

23 lines (19 loc) · 1.53 KB

Voucherify.Model.RedemptionRewardResult

Properties

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

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