Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.63 KB

RedemptionRewardResult.md

File metadata and controls

43 lines (27 loc) · 1.63 KB

RedemptionRewardResult

Properties

Name Type Description Notes
customer SimpleCustomer [optional]
assignmentId String Unique reward assignment ID assigned by Voucherify. [optional]
voucher RedemptionRewardResultVoucher [optional]
product RedemptionRewardResultProduct [optional]
sku RedemptionRewardResultSku [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 ObjectEnum The type of the object represented by the JSON [optional]
createdAt OffsetDateTime Timestamp representing the date and time when the redemption was created. The value is shown in the ISO 8601 format. [optional]
updatedAt OffsetDateTime Timestamp in ISO 8601 format indicating when the reward was updated. [optional]
parameters RedemptionRewardResultParameters [optional]
type TypeEnum Reward type. [optional]

Enum: ObjectEnum

Name Value
REWARD "reward"

Enum: TypeEnum

Name Value
CAMPAIGN "CAMPAIGN"
COIN "COIN"
MATERIAL "MATERIAL"