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

20 lines
1.1 KiB
Markdown
Raw Normal View History

# AutocompletePiggyBalance
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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 with the current balance formatted nicely. | [optional]
**currency_id** | Option<**String**> | Currency ID for this piggy bank. | [optional]
**currency_code** | Option<**String**> | Currency code for this piggy bank. | [optional]
**currency_symbol** | Option<**String**> | | [optional]
**currency_decimal_places** | Option<**i32**> | | [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)