Sha256: 56616d4daace09c7f39aefd1aa9be79db4216b203a8498c98a1ddd304d8dd185
Contents?: true
Size: 459 Bytes
Versions: 6
Compression:
Stored size: 459 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: null, coupon_id: null, reason: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems