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. |
require 'TalonOne'
instance = TalonOne::GetIntegrationCouponRequest.new(campaign_ids: [1, 2, 3],
limit: null)