UserReferralConfiguration

data class UserReferralConfiguration(val enabled: Boolean, val recipientCreditAmount: Int, val redemptionEvent: String, val redemptionThresholdAmount: Int, val senderCreditAmount: Int)

Details about the user referral configurations

Parameters

enabled

If true, user referral's are enabled

recipientCreditAmount

The user referral bonus for the user who is claiming a referral

redemptionEvent

Either add_balance or create_user. This determines which event triggers the user referral bonus.

redemptionThresholdAmount

Only applies if redemptionEvent is add_balance. This is the minimum value required to trigger the user referral bonus.

senderCreditAmount

The user referral bonus for the user who is doing the referral

Constructors

Link copied to clipboard
constructor(enabled: Boolean, recipientCreditAmount: Int, redemptionEvent: String, redemptionThresholdAmount: Int, senderCreditAmount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard