Sha256: e972b25eb0551079c4c0542fa98b29338eb941140fcf1ddcdda49bff2753124f
Contents?: true
Size: 483 Bytes
Versions: 7
Compression:
Stored size: 483 Bytes
Contents
# 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 ```ruby require 'TalonOne' instance = TalonOne::CouponCreatedEffectProps.new(value: null, profile_id: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems