This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
1.3 KiB
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] |