Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 967 Bytes

File metadata and controls

17 lines (13 loc) · 967 Bytes

MonthSummary

Properties

Name Type Description Notes
month date
note str [optional]
income int The total amount of transactions categorized to 'Inflow: To be Budgeted' in the month
budgeted int The total amount budgeted in the month
activity int The total amount of transactions in the month, excluding those categorized to 'Inflow: To be Budgeted'
to_be_budgeted int The available amount for 'To be Budgeted'
age_of_money int The Age of Money as of the month [optional]
deleted bool Whether or not the month has been deleted. Deleted months will only be included in delta requests.

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