Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
19
firefly-iii-api/docs/AutocompletePiggyBalance.md
Normal file
19
firefly-iii-api/docs/AutocompletePiggyBalance.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user