Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1007 Bytes

RejectReferralEffectProps.md

File metadata and controls

16 lines (12 loc) · 1007 Bytes

RejectReferralEffectProps

The properties specific to the "rejectReferral" effect. This gets triggered whenever the referral code was rejected. See rejectionReason for more info on why.

Properties

Name Type Description Notes
value str The referral code that was rejected.
rejection_reason str The reason why this referral code was rejected.
condition_index int The index of the condition that caused the rejection of the referral. [optional]
effect_index int The index of the effect that caused the rejection of the referral. [optional]
details str More details about the failure. [optional]
campaign_exclusion_reason str The reason why the campaign was not applied. [optional]

[Back to Model list] [Back to API list] [Back to README]