Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1 KB

PiggyBankStore.md

File metadata and controls

20 lines (16 loc) · 1 KB

FireflyIIINet.Model.PiggyBankStore

Properties

Name Type Description Notes
Name string
AccountId string The ID of the asset account this piggy bank is connected to.
TargetAmount string
CurrentAmount string [optional]
StartDate DateTime The date you started with this piggy bank. [optional]
TargetDate DateTime? The date you intend to finish saving money. [optional]
Order int [optional]
Active bool [optional] [readonly]
Notes string [optional]
ObjectGroupId string The group ID of the group this object is part of. NULL if no group. [optional]
ObjectGroupTitle string The name of the group. NULL if no group. [optional]

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