Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 385 Bytes

InlineResponse2009.md

File metadata and controls

19 lines (12 loc) · 385 Bytes

TalonOne::InlineResponse2009

Properties

Name Type Description Notes
has_more Boolean
data Array<Coupon>

Code Sample

require 'TalonOne'

instance = TalonOne::InlineResponse2009.new(has_more: true,
                                 data: null)