class

BudgetDetail

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

accounts
Source
accounts=(accounts : Array(Account))
Source
categories
Source
categories=(categories : Array(Category))
Source
category_groups
Source
category_groups=(category_groups : Array(CategoryGroup))
Source
currency_format
Source
currency_format=(currency_format : CurrencyFormat)
Source
date_format
Source
date_format=(date_format : DateFormat)
Source
first_month
Source
first_month=(first_month : Time)
Source
id=(id : UUID)
Source
last_modified_on
Source
last_modified_on=(last_modified_on : Time)
Source
last_month
Source
last_month=(last_month : Time)
Source
months
Source
months=(months : Array(MonthDetail))
Source
name
Source
name=(name : String)
Source
payee_locations
Source
payee_locations=(payee_locations : Array(PayeeLocation))
Source
payees
Source
payees=(payees : Array(Payee))
Source
scheduled_subtransactions
Source
scheduled_subtransactions=(scheduled_subtransactions : Array(ScheduledSubTransaction))
Source
scheduled_transactions
Source
scheduled_transactions=(scheduled_transactions : Array(ScheduledTransactionSummary))
Source
subtransactions
Source
subtransactions=(subtransactions : Array(SubTransaction))
Source
transactions
Source
transactions=(transactions : Array(TransactionSummary))
Source