# 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)