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.47 KB

SimpleRedemptionRewardResult.md

File metadata and controls

21 lines (18 loc) · 1.47 KB

# SimpleRedemptionRewardResult

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\SimpleVoucher [optional]
product \OpenAPI\Client\Model\SimpleProduct [optional]
sku \OpenAPI\Client\Model\SimpleSku [optional]
loyalty_tier_id string Unique loyalty tier ID assigned by Voucherify. [optional]
id string Unique reward ID, assigned by Voucherify. [optional]
object string The type of object represented by the JSON. This object stores information about the reward. [optional] [default to 'reward']
name string Reward name. [optional]
created_at \DateTime Timestamp representing the date and time when the reward was created in ISO 8601 format. [optional]
updated_at \DateTime Timestamp representing the date and time when the reward was updated in ISO 8601 format. [optional]
parameters object Defines how the reward is generated. [optional]
type string Reward type. [optional]

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