go-firefly3/docs/PiggyBank.md

31 lines
2.0 KiB
Markdown
Raw Normal View History

2024-05-11 14:43:57 +03:00
# PiggyBank
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CreatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**UpdatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**AccountId** | **string** | The ID of the asset account this piggy bank is connected to. | [default to null]
**AccountName** | **string** | The name of the asset account this piggy bank is connected to. | [optional] [default to null]
**Name** | **string** | | [default to null]
**CurrencyId** | **string** | | [optional] [default to null]
**CurrencyCode** | **string** | | [optional] [default to null]
**CurrencySymbol** | **string** | | [optional] [default to null]
**CurrencyDecimalPlaces** | **int32** | Number of decimals supported by the currency | [optional] [default to null]
**TargetAmount** | **string** | | [default to null]
**Percentage** | **float32** | | [optional] [default to null]
**CurrentAmount** | **string** | | [optional] [default to null]
**LeftToSave** | **string** | | [optional] [default to null]
**SavePerMonth** | **string** | | [optional] [default to null]
**StartDate** | **string** | The date you started with this piggy bank. | [optional] [default to null]
**TargetDate** | **string** | The date you intend to finish saving money. | [optional] [default to null]
**Order** | **int32** | | [optional] [default to null]
**Active** | **bool** | | [optional] [default to null]
**Notes** | **string** | | [optional] [default to null]
**ObjectGroupId** | **string** | The group ID of the group this object is part of. NULL if no group. | [optional] [default to null]
**ObjectGroupOrder** | **int32** | The order of the group. At least 1, for the highest sorting. | [optional] [default to null]
**ObjectGroupTitle** | **string** | The name of the group. NULL if no group. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)