Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 809 Bytes

BalanceSheetAccount.md

File metadata and controls

16 lines (11 loc) · 809 Bytes

BalanceSheetAccount

A balance sheet account represents the financial position of a company at a specific point in time.

Properties

Name Type Description Notes
account_id str The unique identifier for the account. [optional] [readonly]
code str The account code of the account [optional] [readonly]
name str The name of the account. [optional] [readonly]
value float The amount or value of the item [optional] [readonly]
items BalanceSheetAccounts [optional]

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