Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 485 Bytes

CouponCreatedEffectProps.md

File metadata and controls

19 lines (12 loc) · 485 Bytes

TalonOne::CouponCreatedEffectProps

Properties

Name Type Description Notes
value String The coupon code that was created.
profile_id String The integration identifier of the customer for whom this coupon was created.

Code Sample

require 'TalonOne'

instance = TalonOne::CouponCreatedEffectProps.new(value: null,
                                 profile_id: null)