Sha256: b4eaf49ffd81d76f52f6576248006fef3a98ae9ef910b60747c1fc12b5554852
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
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] **campaign_exclusion_reason** | **String** | The reason why the campaign was not applied. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RejectCouponEffectProps.new(value: null, rejection_reason: null, condition_index: null, effect_index: null, details: null, campaign_exclusion_reason: CampaignGaveLowerDiscount) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/RejectCouponEffectProps.md |
talon_one-6.0.0 | docs/RejectCouponEffectProps.md |