Sha256: 49d831f0a3dd9c64e3d820206fe16f85a9e10082ba058c2b6eff33dbadcdb0e4
Contents?: true
Size: 932 Bytes
Versions: 3
Compression:
Stored size: 932 Bytes
Contents
# TalonOne::RejectReferralEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **String** | The referral code that was rejected | **rejection_reason** | **String** | The reason why this referral code was rejected | **condition_index** | **Integer** | The index of the condition that caused the rejection of the referral | [optional] **effect_index** | **Integer** | The index of the effect that caused the rejection of the referral | [optional] **details** | **String** | More details about the failure | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RejectReferralEffectProps.new(value: null, rejection_reason: null, condition_index: null, effect_index: null, details: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/RejectReferralEffectProps.md |
talon_one-2.4.0 | docs/RejectReferralEffectProps.md |
talon_one-2.3.0 | docs/RejectReferralEffectProps.md |