banks2ff/firefly-iii-api/docs/PiggyBankStore.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

22 lines
1.1 KiB
Markdown

# PiggyBankStore
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | |
**account_id** | **String** | The ID of the asset account this piggy bank is connected to. |
**target_amount** | Option<**String**> | |
**current_amount** | Option<**String**> | | [optional]
**start_date** | Option<[**String**](string.md)> | The date you started with this piggy bank. | [optional]
**target_date** | Option<[**String**](string.md)> | The date you intend to finish saving money. | [optional]
**order** | Option<**i32**> | | [optional]
**active** | Option<**bool**> | | [optional][readonly]
**notes** | Option<**String**> | | [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)