Sha256: 2f6fba821a8a6e746553b54de39c808cb46ee97e0fcf6e079897297d3a8ec74e

Contents?: true

Size: 468 Bytes

Versions: 7

Compression:

Stored size: 468 Bytes

Contents

# TalonOne::CouponRejectionReason

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign_id** | **Integer** |  | 
**coupon_id** | **Integer** |  | 
**reason** | **String** |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CouponRejectionReason.new(campaign_id: 244,
                                 coupon_id: 4928,
                                 reason: CouponNotFound)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CouponRejectionReason.md
talon_one-6.0.0 docs/CouponRejectionReason.md
talon_one-5.0.0 docs/CouponRejectionReason.md
talon_one-3.0.2 docs/CouponRejectionReason.md
talon_one-3.0.1 docs/CouponRejectionReason.md
talon_one-3.0.0 docs/CouponRejectionReason.md
talon_one-2.5.1 docs/CouponRejectionReason.md