Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 789 Bytes

ReferralProgramRefereeReward.md

File metadata and controls

25 lines (13 loc) · 789 Bytes

ReferralProgramRefereeReward

Defines the referee reward.

Properties

Name Type Description
relatedObjectParent ReferralProgramRefereeRewardRelatedObjectParent
type TypeEnum Type of reward.
amount String Define the number of `points` to add to a loyalty card or `credits` to the balance on a gift card. In case of the gift card, the value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000.

Enum: TypeEnum

Name Value
LOYALTY_CARD "LOYALTY_CARD"
GIFT_VOUCHER "GIFT_VOUCHER"