firefly-iii 0.2.5

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | Option<**bool**> | Defaults to true | [optional][default to true]
**default** | Option<**bool**> | Make this currency the default currency. | [optional]
**code** | **String** |  | 
**name** | **String** |  | 
**symbol** | **String** |  | 
**decimal_places** | Option<**i32**> | Supports 0-16 decimals. | [optional]

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