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