# AutocompletePiggyBalance
## Properties
**id** | **String** | |
**name** | **String** | Name of the piggy bank found by an auto-complete search. |
**name_with_balance** | Option<**String**> | Name of the piggy bank found by an auto-complete search, including the currently saved amount and the target amount. | [optional]
**currency_id** | Option<**String**> | Currency ID for the currency used by this piggy bank. This will always be the piggy bank's currency, never the primary currency. | [optional]
**currency_code** | Option<**String**> | Currency code for the currency used by this piggy bank. This will always be the piggy bank's currency, never the primary currency. | [optional]
**currency_symbol** | Option<**String**> | Currency symbol for the currency used by this piggy bank. This will always be the piggy bank's currency, never the primary currency. | [optional]
**currency_decimal_places** | Option<**i32**> | Currency decimal places for the currency used by this piggy bank. This will always be the piggy bank's currency, never the primary currency. | [optional]
**object_group_id** | Option<**String**> | The group ID of the group this object is part of. NULL if no group. | [optional]
**object_group_title** | Option<**String**> | The name of the group. NULL if no group. | [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)