Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.46 KB

RedemptionRewardResult.md

File metadata and controls

44 lines (28 loc) · 1.46 KB

RedemptionRewardResult

Properties

Name Type Description
customer SimpleCustomer
assignmentId String Unique reward assignment ID assigned by Voucherify.
voucher Voucher
product Product
sku Sku
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
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.
type TypeEnum Reward type.

Enum: ObjectEnum

Name Value
REWARD "reward"

Enum: TypeEnum

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