Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 468 Bytes

CouponRejectionReason.md

File metadata and controls

21 lines (14 loc) · 468 Bytes

TalonOne::CouponRejectionReason

Properties

Name Type Description Notes
campaign_id Integer
coupon_id Integer
reason String

Code Sample

require 'TalonOne'

instance = TalonOne::CouponRejectionReason.new(campaign_id: 244,
                                 coupon_id: 4928,
                                 reason: CouponNotFound)