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

18 lines
1.2 KiB
Markdown

# 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)