Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 671 Bytes

BalanceSheetAccountRecord.md

File metadata and controls

15 lines (10 loc) · 671 Bytes

BalanceSheetAccountRecord

A record of a balance sheet account.

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]

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