Sha256: 520e2b962889fd682fd0328f833189875dbc51adb4f1ca1742e965dec00be2ec
Contents?: true
Size: 479 Bytes
Versions: 6
Compression:
Stored size: 479 Bytes
Contents
# TalonOne::ReferralRejectionReason ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **campaign_id** | **Integer** | | **referral_id** | **Integer** | | **reason** | **String** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ReferralRejectionReason.new(campaign_id: null, referral_id: null, reason: ReferralNotFound) ```
Version data entries
6 entries across 6 versions & 1 rubygems