Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.59 KB

File metadata and controls

44 lines (24 loc) · 1.59 KB

Voucherify.MemberActivityDataRedemptionReward

Properties

Name Type Description Notes
customer MemberActivityDataRedemptionRewardCustomer [optional]
assignmentId String Unique reward assignment ID assigned by Voucherify. [optional]
voucher MemberActivityDataRedemptionRewardVoucher [optional]
product MemberActivityDataRedemptionRewardProduct [optional]
sku MemberActivityDataRedemptionRewardSku [optional]
loyaltyTierId String Unique loyalty tier ID assigned by Voucherify. [optional]
id String [optional]
object String [optional] [default to 'reward']
name String [optional]
createdAt String [optional]
updatedAt String [optional]
parameters MemberActivityDataRedemptionRewardParameters [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]

Enum: ObjectEnum

  • reward (value: "reward")

Enum: TypeEnum

  • CAMPAIGN (value: "CAMPAIGN")

  • COIN (value: "COIN")

  • MATERIAL (value: "MATERIAL")