Sha256: 9e8defd601c9f0a94a6aeaa8152ca78650f2acaf3859dc5bde9f6d4a1bae4677
Contents?: true
Size: 915 Bytes
Versions: 3
Compression:
Stored size: 915 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/RejectCouponEffectProps.md |
talon_one-2.4.0 | docs/RejectCouponEffectProps.md |
talon_one-2.3.0 | docs/RejectCouponEffectProps.md |