Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 810 Bytes

Account.md

File metadata and controls

18 lines (14 loc) · 810 Bytes

Account

Properties

Name Type Description Notes
id str
name str
type str
on_budget bool Whether this account is on budget or not
closed bool Whether this account is closed or not
note str
balance float The current balance of the account in milliunits format
cleared_balance float The current cleared balance of the account in milliunits format
uncleared_balance float The current uncleared balance of the account in milliunits format

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