Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 535 Bytes

ReportRow.md

File metadata and controls

21 lines (14 loc) · 535 Bytes

XeroRuby::Accounting::ReportRow

Properties

Name Type Description Notes
row_type RowType [optional]
title String [optional]
cells Array<ReportCell> [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::ReportRow.new(row_type: null,
                                 title: null,
                                 cells: null)