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

2.9 KiB

AccountStore

Properties

Name Type Description Notes
Name string [default to null]
Type_ *ShortAccountTypeProperty [default to null]
Iban string [optional] [default to null]
Bic string [optional] [default to null]
AccountNumber string [optional] [default to null]
OpeningBalance string Represents the opening balance, the initial amount this account holds. [optional] [default to null]
OpeningBalanceDate time.Time Represents the date of the opening balance. [optional] [default to null]
VirtualBalance string [optional] [default to null]
CurrencyId string Use either currency_id or currency_code. Defaults to the user's default currency. [optional] [default to null]
CurrencyCode string Use either currency_id or currency_code. Defaults to the user's default currency. [optional] [default to null]
Active bool If omitted, defaults to true. [optional] [default to true]
Order int32 Order of the account [optional] [default to null]
IncludeNetWorth bool If omitted, defaults to true. [optional] [default to true]
AccountRole *AccountRoleProperty [optional] [default to null]
CreditCardType *CreditCardTypeProperty [optional] [default to null]
MonthlyPaymentDate time.Time Mandatory when the account_role is ccAsset. Moment at which CC payment installments are asked for by the bank. [optional] [default to null]
LiabilityType *LiabilityTypeProperty [optional] [default to null]
LiabilityDirection *LiabilityDirectionProperty [optional] [default to null]
Interest string Mandatory when type is liability. Interest percentage. [optional] [default to 0]
InterestPeriod *InterestPeriodProperty [optional] [default to null]
Notes string [optional] [default to null]
Latitude float64 Latitude of the accounts's location, if applicable. Can be used to draw a map. [optional] [default to null]
Longitude float64 Latitude of the accounts's location, if applicable. Can be used to draw a map. [optional] [default to null]
ZoomLevel int32 Zoom level for the map, if drawn. This to set the box right. Unfortunately this is a proprietary value because each map provider has different zoom levels. [optional] [default to null]

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