Name | Type | Description | Notes |
---|---|---|---|
campaign_id | Integer | ||
coupon_id | Integer | ||
reason | String |
require 'TalonOne'
instance = TalonOne::CouponRejectionReason.new(campaign_id: 244,
coupon_id: 4928,
reason: CouponNotFound)