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. |
require 'TalonOne'
instance = TalonOne::CouponCreatedEffectProps.new(value: null,
profile_id: null)