banks2ff/firefly-iii-api/docs/BudgetStore.md

20 lines
1015 B
Markdown
Raw Permalink Normal View History

# 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**](AutoBudgetType.md)> | | [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**](AutoBudgetPeriod.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)