Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 668 Bytes

DailyBalance.md

File metadata and controls

14 lines (10 loc) · 668 Bytes

DailyBalance

Properties

Name Type Description Notes
date str Date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
balance float Calculated account balance at the end of the given day.
income float The sum of income of the given day.
spending float The sum of spending of the given day.
transactions list[int] Transactions for the given day

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