Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.43 KB

RedemptionRewardResult.md

File metadata and controls

43 lines (27 loc) · 1.43 KB

RedemptionRewardResult

Properties

Name Type Description
customer SimpleCustomer
assignmentId String Unique reward assignment ID assigned by Voucherify.
voucher RedemptionRewardResultVoucher
product RedemptionRewardResultProduct
sku RedemptionRewardResultSku
loyaltyTierId String Unique loyalty tier ID assigned by Voucherify.
id String Unique reward ID.
name String Name of the reward.
_object ObjectEnum The type of the object represented by the JSON
createdAt OffsetDateTime Timestamp representing the date and time when the redemption was created. The value is shown in the ISO 8601 format.
updatedAt OffsetDateTime Timestamp in ISO 8601 format indicating when the reward was updated.
parameters RedemptionRewardResultParameters
type TypeEnum Reward type.

Enum: ObjectEnum

Name Value
REWARD "reward"

Enum: TypeEnum

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