banks2ff/firefly-iii-api/docs/Budget.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

1.3 KiB

Budget

Properties

Name Type Description Notes
created_at Option<String> [optional][readonly]
updated_at Option<String> [optional][readonly]
name String
active Option<bool> [optional]
notes Option<String> [optional]
order Option<i32> [optional][readonly]
auto_budget_type Option<models::AutoBudgetType> [optional]
auto_budget_currency_id Option<String> Use either currency_id or currency_code. Defaults to the user's default currency. [optional]
auto_budget_currency_code Option<String> Use either currency_id or currency_code. Defaults to the user's default currency. [optional]
auto_budget_amount Option<String> [optional]
auto_budget_period Option<models::AutoBudgetPeriod> [optional]
spent Option<Vecmodels::BudgetSpent> Information on how much was spent in this budget. Is only filled in when the start and end date are submitted. [optional][readonly]

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