go-firefly3/docs/PiggyBankStore.md
2024-05-11 14:45:50 +03:00

1.2 KiB

PiggyBankStore

Properties

Name Type Description Notes
Name string [default to null]
AccountId string The ID of the asset account this piggy bank is connected to. [default to null]
TargetAmount string [default to null]
CurrentAmount 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]
ObjectGroupTitle string The name of the group. NULL if no group. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]