Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.88 KB

BalanceSheetReports.md

File metadata and controls

26 lines (21 loc) · 1.88 KB

BalanceSheetReports

Properties

Name Type Description Notes
end_date str The start date of the report
assets BalanceSheetAssetsAccount
liabilities BalanceSheetLiabilitiesAccount
equity BalanceSheetEquityAccount
id str A unique identifier for an object. [optional] [readonly]
report_name str The name of the report [optional]
start_date str The start date of the report [optional]
currency Currency [optional]
net_assets float The net assets of the balance sheet [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
updated_by str, none_type The user who last updated the object. [optional] [readonly]
created_by str, none_type The user who created the object. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
uncategorized_items BalanceSheetUncategorizedItemsAccount [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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