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

Latest commit

 

History

History
22 lines (19 loc) · 1.6 KB

RedemptionRewardResult.md

File metadata and controls

22 lines (19 loc) · 1.6 KB

# RedemptionRewardResult

Properties

Name Type Description Notes
customer \OpenAPI\Client\Model\SimpleCustomer [optional]
assignment_id string Unique reward assignment ID assigned by Voucherify. [optional]
voucher \OpenAPI\Client\Model\Voucher [optional]
product \OpenAPI\Client\Model\Product [optional]
sku \OpenAPI\Client\Model\Sku [optional]
loyalty_tier_id 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] [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 \OpenAPI\Client\Model\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]