Sha256: cb14f65d2fc0a9b4879d3dd9ccc72f7acae48de3514d8a0613aca657b1cc6117

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

# TalonOne::ApplicationReferee

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**session_id** | **String** | Integration ID of the session in which the customer redeemed the referral. | 
**advocate_integration_id** | **String** | Integration ID of the Advocate's Profile. | 
**friend_integration_id** | **String** | Integration ID of the Friend's Profile. | 
**code** | **String** | Advocate's referral code. | 
**created** | **DateTime** | Timestamp of the moment the customer redeemed the referral. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ApplicationReferee.new(application_id: 322,
                                 session_id: null,
                                 advocate_integration_id: null,
                                 friend_integration_id: null,
                                 code: null,
                                 created: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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