Sha256: f27fd6c8d2874ada191357943378ad19d253212191911f9b46190f0603552b07

Contents?: true

Size: 512 Bytes

Versions: 3

Compression:

Stored size: 512 Bytes

Contents

# TalonOne::GetIntegrationCouponRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign_ids** | **Array<Integer>** | A list of IDs of the campaigns to get coupons from. | 
**limit** | **Integer** | The maximum number of coupons included in the response. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::GetIntegrationCouponRequest.new(campaign_ids: [1, 2, 3],
                                 limit: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/GetIntegrationCouponRequest.md
talon_one-6.0.0 docs/GetIntegrationCouponRequest.md
talon_one-5.0.0 docs/GetIntegrationCouponRequest.md