firefly-iii 0.2.3

Rust API client for firefly-iii
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AutocompleteCurrency

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i32** |  | [readonly]
**name** | **String** | Name of the account found by an auto-complete search. | [readonly]
**name_with_balance** | **String** | Asset accounts and liabilities have a second field with the given date's account balance. | [readonly]
**_type** | Option<**String**> | Account type of the account found by the auto-complete search. | [optional][readonly]
**currency_id** | Option<**i32**> | Currency ID for this account. | [optional][readonly]
**currency_code** | Option<**String**> | Currency code for this account. | [optional][readonly]
**currency_symbol** | Option<**String**> |  | [optional][readonly]
**currency_decimal_places** | Option<**i32**> |  | [optional][readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)