Sha256: b0362deb26b501f587896c19fabae8d1a41bb068f0ecf66b7133f1405c8fda08

Contents?: true

Size: 1.24 KB

Versions: 5

Compression:

Stored size: 1.24 KB

Contents

# TalonOne::UpdateCoupon

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**usage_limit** | **Integer** | The number of times a coupon code can be redeemed. This can be set to 0 for no limit, but any campaign usage limits will still apply.  | [optional] 
**discount_limit** | **Float** | The amount of discounts that can be given with this coupon code.  | [optional] 
**start_date** | **DateTime** | Timestamp at which point the coupon becomes valid. | [optional] 
**expiry_date** | **DateTime** | Expiry date of the coupon. Coupon never expires if this is omitted, zero, or negative. | [optional] 
**recipient_integration_id** | **String** | The integration ID for this coupon's beneficiary's profile | [optional] 
**attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::UpdateCoupon.new(usage_limit: null,
                                 discount_limit: null,
                                 start_date: null,
                                 expiry_date: null,
                                 recipient_integration_id: null,
                                 attributes: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/UpdateCoupon.md
talon_one-2.3.0 docs/UpdateCoupon.md
talon_one-2.2.0 docs/UpdateCoupon.md
talon_one-2.1.1 docs/UpdateCoupon.md
talon_one-2.1.0 docs/UpdateCoupon.md