Sha256: 12f971d4a1f5d3711991809ffe1e11d04f48064da33e3a4a666c913654b24319

Contents?: true

Size: 467 Bytes

Versions: 7

Compression:

Stored size: 467 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: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/ReferralRejectionReason.md
talon_one-2.4.0 docs/ReferralRejectionReason.md
talon_one-2.3.0 docs/ReferralRejectionReason.md
talon_one-2.2.0 docs/ReferralRejectionReason.md
talon_one-2.1.1 docs/ReferralRejectionReason.md
talon_one-2.1.0 docs/ReferralRejectionReason.md
talon_one-2.0.0 docs/ReferralRejectionReason.md