This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
1015 B
1015 B
BudgetStore
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| active | Option<bool> | [optional] | |
| order | Option<i32> | [optional][readonly] | |
| notes | Option<String> | [optional] | |
| 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] |