You've already forked go-firefly3
1.2 KiB
1.2 KiB
AutocompleteAccount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | [default to null] | |
| Name | string | Name of the account found by an auto-complete search. | [default to null] |
| NameWithBalance | string | Asset accounts and liabilities have a second field with the given date's account balance. | [default to null] |
| Type_ | string | Account type of the account found by the auto-complete search. | [default to null] |
| CurrencyId | string | ID for the currency used by this account. | [default to null] |
| CurrencyName | string | Currency name for the currency used by this account. | [default to null] |
| CurrencyCode | string | Currency code for the currency used by this account. | [default to null] |
| CurrencySymbol | string | Currency symbol for the currency used by this account. | [default to null] |
| CurrencyDecimalPlaces | int32 | Number of decimal places for the currency used by this account. | [default to null] |