Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 995 Bytes

ReportWithRow.md

File metadata and controls

19 lines (14 loc) · 995 Bytes

ReportWithRow

Properties

Name Type Description Notes
ReportID string Report id [optional]
ReportName string Name of the report [optional]
ReportTitle string Title of the report [optional]
ReportType string The type of report (BalanceSheet,ProfitLoss, etc) [optional]
ReportTitles []string Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report) [optional]
ReportDate string Date of report [optional]
Rows []ReportRows [optional]
UpdatedDateUTC time.Time Updated Date [optional] [readonly]
Fields []ReportFields [optional]

[Back to Model list] [Back to API list] [Back to README]