Sha256: 36c1a48a6fc216b624b5385353d3ba73b232b05affc9177b1c90d4309dc0af8c

Contents?: true

Size: 485 Bytes

Versions: 6

Compression:

Stored size: 485 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

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CouponCreatedEffectProps.md
talon_one-6.0.0 docs/CouponCreatedEffectProps.md
talon_one-5.0.0 docs/CouponCreatedEffectProps.md
talon_one-3.0.2 docs/CouponCreatedEffectProps.md
talon_one-3.0.1 docs/CouponCreatedEffectProps.md
talon_one-3.0.0 docs/CouponCreatedEffectProps.md