Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.42 KB

BudgetDetail.md

File metadata and controls

24 lines (20 loc) · 1.42 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]
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]