TrialBalanceReportRowModel
Represents a row of a trial balance report
Optional Fields
rowType
string, nullable
Describes what type of row this row is (Header, Summary, Classification, Category, Subcategory, Data)
label
string, nullable
The label for the row if it is a Classification, Category, or Subcategory.
rows
TrialBalanceReportRowModel[], nullable
The sub rows of this row if it is a Classification, Category, or Subcategory.
cells
TrialBalanceReportCellModel[], nullable
The cells of the row
Updated 11 months ago