Sha256: 5927b95a2aedc226afb06e16a8b229ed5b911b88ae63c04c5290ab98f7b2a9c2

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 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** | Expiry 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: null,
                                 start_date: null,
                                 expiry_date: null,
                                 usage_limit: null,
                                 attributes: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/UpdateReferral.md