Expand description
QuickBooks Reports API types
API reference: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/report-entities/accountlistdetail
Modules§
- params
- Module defining various report parameters and their serialization.
- types
- Module defining
QuickBooksreport types and their parameters.
Structs§
- Attribute
- Corresponds to the
Attribute. - Attributes
- Corresponds to the
Attributes. - ColData
- Corresponds to the
ColData. - ColData
Collection - Represents a collection of
ColDataelements. - Column
- Corresponds to the
Column. - Columns
- Corresponds to the
Columns. - Name
Value - Corresponds to the
NameValue. - Report
- Report structure containing header, columns, and rows.
- Report
Header - Corresponds to the
ReportHeader. - Row
- Corresponds to the
Row. - Rows
- Corresponds to the
Rows.
Enums§
- Column
Type Enum - Corresponds to the
ColumnTypeEnum. - Report
Basis Enum - Indicates whether the report is based on cash or accrual accounting.
- RowContent
- The
RowcomplexType has a choice: either (Header, Rows, Summary) or (ColDatarepeated). - RowType
Enum - Tells whether the row is a section header or data row.