Sha256: e02f1997c398d7a6c8b4c9416f9a7f78d16ada74f772db47b85616a15efa21cf
Contents?: true
Size: 471 Bytes
Versions: 4
Compression:
Stored size: 471 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 | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RejectReferralEffectProps.new(value: null, rejection_reason: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems