Sha256: de218de18f276d03109fb7bd94d1397c407b9407b6a5a04f19a0580bd01881a4

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

# TalonOne::UpdateReferralBatch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | [**Object**](.md) | Arbitrary properties associated with this item. | [optional] 
**batch_id** | **String** | The id of the batch the referral belongs to. | 
**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] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::UpdateReferralBatch.new(attributes: null,
                                 batch_id: 32535-43255,
                                 start_date: 2020-11-10T23:00Z,
                                 expiry_date: 2021-11-10T23:00Z,
                                 usage_limit: 1)
```


Version data entries

2 entries across 2 versions & 1 rubygems

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