Sha256: 00f0f343d3a683dc200c4a0342d215c3e32ff8a3e86ed973641c1098fa23b6f0

Contents?: true

Size: 1.04 KB

Versions: 5

Compression:

Stored size: 1.04 KB

Contents

# TalonOne::NewReferral

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign_id** | **Integer** | ID of the campaign from which the referral received the referral code. | 
**advocate_profile_integration_id** | **String** | The Integration Id of the Advocate's Profile | 
**friend_profile_integration_id** | **String** | An optional Integration ID of the Friend's Profile | [optional] 
**start_date** | **DateTime** | Timestamp at which point the referral code becomes valid. | [optional] 
**expiry_date** | **DateTime** | Expiry date of the referral code. Referral never expires if this is omitted, zero, or negative. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewReferral.new(campaign_id: null,
                                 advocate_profile_integration_id: null,
                                 friend_profile_integration_id: null,
                                 start_date: null,
                                 expiry_date: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
talon_one-2.3.0 docs/NewReferral.md
talon_one-2.2.0 docs/NewReferral.md
talon_one-2.1.1 docs/NewReferral.md
talon_one-2.1.0 docs/NewReferral.md
talon_one-2.0.0 docs/NewReferral.md