# BudgetLimitProperties
## Properties
**created_at** | Option<**String**> | | [optional][readonly]
**updated_at** | Option<**String**> | | [optional][readonly]
**start** | Option<**String**> | Start date of the budget limit. | [optional]
**end** | Option<**String**> | End date of the budget limit. | [optional]
**budget_id** | Option<**String**> | The budget ID of the associated budget. | [optional][readonly]
**object_has_currency_setting** | Option<**bool**> | Indicates whether the object has a currency setting. If false, the object uses the administration's primary currency. | [optional][readonly]
**currency_id** | Option<**String**> | The currency ID of the currency associated with this object. | [optional]
**currency_name** | Option<**String**> | The currency name of the currency associated with this object. | [optional]
**currency_code** | Option<**String**> | The currency code of the currency associated with this object. | [optional]
**currency_symbol** | Option<**String**> | | [optional][readonly]
**currency_decimal_places** | Option<**i32**> | | [optional][readonly]
**primary_currency_id** | Option<**String**> | The currency ID of the administration's primary currency. | [optional][readonly]
**primary_currency_name** | Option<**String**> | The currency name of the administration's primary currency. | [optional][readonly]
**primary_currency_code** | Option<**String**> | The currency code of the administration's primary currency. | [optional][readonly]
**primary_currency_symbol** | Option<**String**> | The currency symbol of the administration's primary currency. | [optional][readonly]
**primary_currency_decimal_places** | Option<**i32**> | The currency decimal places of the administration's primary currency. | [optional][readonly]
**amount** | Option<**String**> | | [optional]
**pc_amount** | Option<**String**> | The amount of this budget limit in the user's primary currency, if the original amount is in a different currency. | [optional][readonly]
**period** | Option<**String**> | Period of the budget limit. Only used when auto-generated by auto-budget. | [optional][readonly]
**spent** | Option<[**Vec<models::ArrayEntryWithCurrencyAndSum>**](ArrayEntryWithCurrencyAndSum.md)> | Amount(s) spent in the currencies in the database for this budget limit. | [optional][readonly]
**pc_spent** | Option<[**Vec<models::ArrayEntryWithCurrencyAndSum>**](ArrayEntryWithCurrencyAndSum.md)> | Amount(s) spent in the primary currency in the database for this budget limit. | [optional][readonly]
**notes** | Option<**String**> | Some notes for this specific budget limit. | [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)