Module reports

Module reports 

Source
Expand description

Modules§

params
Module defining various report parameters and their serialization.
types
Module defining QuickBooks report types and their parameters.

Structs§

Attribute
Corresponds to the Attribute.
Attributes
Corresponds to the Attributes.
ColData
Corresponds to the ColData.
ColDataCollection
Represents a collection of ColData elements.
Column
Corresponds to the Column.
Columns
Corresponds to the Columns.
NameValue
Corresponds to the NameValue.
Report
Report structure containing header, columns, and rows.
ReportHeader
Corresponds to the ReportHeader.
Row
Corresponds to the Row.
Rows
Corresponds to the Rows.

Enums§

ColumnTypeEnum
Corresponds to the ColumnTypeEnum.
ReportBasisEnum
Indicates whether the report is based on cash or accrual accounting.
RowContent
The Row complexType has a choice: either (Header, Rows, Summary) or (ColData repeated).
RowTypeEnum
Tells whether the row is a section header or data row.