Sha256: 071b608a92ff1d73a48d7fbefecab6ae5941f4dcff42f2ccab8ed1916a97fbdf

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

# TalonOne::UpdateReferral

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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** | Expiration date of the referral code. Referral never expires if this is omitted, zero, or negative. | [optional] 
**usage_limit** | **Integer** | The number of times a referral code can be used. This can be set to 0 for no limit, but any campaign usage limits will still apply.  | [optional] 
**attributes** | [**Object**](.md) | Arbitrary properties associated with this item. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::UpdateReferral.new(friend_profile_integration_id: BZGGC2454PA,
                                 start_date: 2020-11-10T23:00Z,
                                 expiry_date: 2021-11-10T23:00Z,
                                 usage_limit: 1,
                                 attributes: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-5.0.0 docs/UpdateReferral.md
talon_one-3.0.2 docs/UpdateReferral.md
talon_one-3.0.1 docs/UpdateReferral.md
talon_one-3.0.0 docs/UpdateReferral.md