Sha256: 0e2f3d745b5d493f2be945ba64b5027993279752a5e543a765ff2f9463afa6a5

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 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. | [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

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/UpdateReferral.md
talon_one-6.0.0 docs/UpdateReferral.md