Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.22 KB

ReferralRejectionReason.md

File metadata and controls

34 lines (23 loc) · 1.22 KB

ReferralRejectionReason

Holds a reference to the campaign, the referral and the reason for which that referral was rejected. Should only be present when there is a 'rejectReferral' effect.

Properties

Name Type Description Notes
campaignId Integer
referralId Integer
reason ReasonEnum

Enum: ReasonEnum

Name Value
REFERRALNOTFOUND "ReferralNotFound"
REFERRALRECIPIENTIDSAMEASADVOCATE "ReferralRecipientIdSameAsAdvocate"
REFERRALPARTOFNOTRUNNINGCAMPAIGN "ReferralPartOfNotRunningCampaign"
REFERRALLIMITREACHED "ReferralLimitReached"
CAMPAIGNLIMITREACHED "CampaignLimitReached"
PROFILELIMITREACHED "ProfileLimitReached"
REFERRALRECIPIENTDOESNOTMATCH "ReferralRecipientDoesNotMatch"
REFERRALEXPIRED "ReferralExpired"
REFERRALSTARTDATEINFUTURE "ReferralStartDateInFuture"
REFERRALREJECTEDBYCONDITION "ReferralRejectedByCondition"
EFFECTCOULDNOTBEAPPLIED "EffectCouldNotBeApplied"
REFERRALPARTOFNOTTRIGGEREDCAMPAIGN "ReferralPartOfNotTriggeredCampaign"