firefly-iii 0.3.0

Rust API client for firefly-iii
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CurrencyExchangeRateStoreByDate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from** | **String** | The 'from'-currency | 
**rates** | **std::collections::HashMap<String, String>** | The actual entries for this data set. They 'key' value is 'to' currency. The value is the exchange rate. | 

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