Sha256: 3c69c894e0df7f88b090bd2010c04b12f7b16b585ce5f1fbfab1fd26c98dd5e3

Contents?: true

Size: 920 Bytes

Versions: 4

Compression:

Stored size: 920 Bytes

Contents

# TalonOne::RejectCouponEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **String** | The coupon code that was rejected. | 
**rejection_reason** | **String** | The reason why this coupon was rejected. | 
**condition_index** | **Integer** | The index of the condition that caused the rejection of the coupon. | [optional] 
**effect_index** | **Integer** | The index of the effect that caused the rejection of the coupon. | [optional] 
**details** | **String** | More details about the failure. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RejectCouponEffectProps.new(value: null,
                                 rejection_reason: null,
                                 condition_index: null,
                                 effect_index: null,
                                 details: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-5.0.0 docs/RejectCouponEffectProps.md
talon_one-3.0.2 docs/RejectCouponEffectProps.md
talon_one-3.0.1 docs/RejectCouponEffectProps.md
talon_one-3.0.0 docs/RejectCouponEffectProps.md