Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 512 Bytes

GetIntegrationCouponRequest.md

File metadata and controls

19 lines (12 loc) · 512 Bytes

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

require 'TalonOne'

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