Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.55 KB

File metadata and controls

26 lines (22 loc) · 1.55 KB

BudgetDetail

Properties

Name Type Description Notes
id str
name str
last_modified_on datetime The last time any changes were made to the budget from either a web or mobile client [optional]
first_month date The earliest budget month [optional]
last_month date The latest budget month [optional]
date_format DateFormat [optional]
currency_format CurrencyFormat [optional]
accounts list[Account] [optional]
payees list[Payee] [optional]
payee_locations list[PayeeLocation] [optional]
category_groups list[CategoryGroup] [optional]
categories list[Category] [optional]
months list[MonthDetail] [optional]
transactions list[TransactionSummary] [optional]
subtransactions list[SubTransaction] [optional]
scheduled_transactions list[ScheduledTransactionSummary] [optional]
scheduled_subtransactions list[ScheduledSubTransaction] [optional]

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