Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 443 Bytes

InlineResponse2003.md

File metadata and controls

19 lines (12 loc) · 443 Bytes

TalonOne::InlineResponse2003

Properties

Name Type Description Notes
has_more Boolean
data Array<CardLedgerPointsEntryIntegrationAPI>

Code Sample

require 'TalonOne'

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