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

Version Path
talon_one-7.0.0 docs/ReferralRejectionReason.md
talon_one-6.0.0 docs/ReferralRejectionReason.md
talon_one-5.0.0 docs/ReferralRejectionReason.md
talon_one-3.0.2 docs/ReferralRejectionReason.md
talon_one-3.0.1 docs/ReferralRejectionReason.md
talon_one-3.0.0 docs/ReferralRejectionReason.md