go-firefly3/docs/BudgetLimitStore.md

16 lines
1007 B
Markdown
Raw Normal View History

2024-05-11 14:43:57 +03:00
# BudgetLimitStore
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CurrencyId** | **string** | Use either currency_id or currency_code. Defaults to the user's default currency. | [optional] [default to null]
**CurrencyCode** | **string** | Use either currency_id or currency_code. Defaults to the user's default currency. | [optional] [default to null]
**BudgetId** | **string** | The budget ID of the associated budget. | [default to null]
**Start** | **string** | Start date of the budget limit. | [default to null]
**Period** | **string** | Period of the budget limit. Only used when auto-generated by auto-budget. | [optional] [default to null]
**End** | **string** | End date of the budget limit. | [default to null]
**Amount** | **string** | | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)