Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1 KB

RejectReferralEffectProps.md

File metadata and controls

15 lines (12 loc) · 1 KB

TalonOne.Model.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 string The referral code that was rejected.
RejectionReason string The reason why this referral code was rejected.
ConditionIndex int The index of the condition that caused the rejection of the referral. [optional]
EffectIndex int The index of the effect that caused the rejection of the referral. [optional]
Details string More details about the failure. [optional]
CampaignExclusionReason string The reason why the campaign was not applied. [optional]

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