Sha256: 6f922883770b16d67818e97dbc0c398ee1207f07d1ba49d05bf250f06013a305

Contents?: true

Size: 769 Bytes

Versions: 1

Compression:

Stored size: 769 Bytes

Contents

# TalonOne::CouponConstraints

## 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] 
**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] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CouponConstraints.new(usage_limit: null,
                                 start_date: null,
                                 expiry_date: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-2.0.0 docs/CouponConstraints.md