Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 669 Bytes

ReferralProgram.md

File metadata and controls

25 lines (13 loc) · 669 Bytes

ReferralProgram

Defines the referee reward and the way a referral is triggered. Context: REFERRAL_PROGRAM.

Properties

Name Type Description
conversionEventType ConversionEventTypeEnum Define how a referral is triggered.
customEvent ReferralProgramCustomEvent
refereeReward ReferralProgramRefereeReward

Enum: ConversionEventTypeEnum

Name Value
REDEMPTION "redemption"
CUSTOM_EVENT "custom_event"