# ExchangeRateAttributes ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | Option<**String**> | | [optional] **updated_at** | Option<**String**> | | [optional] **from_currency_id** | Option<**i32**> | | [optional] **from_currency_name** | Option<**String**> | | [optional] **from_currency_code** | Option<**String**> | | [optional] **from_currency_symbol** | Option<**String**> | | [optional] **from_currency_decimal_places** | Option<**i32**> | | [optional] **to_currency_id** | Option<**i32**> | | [optional] **to_currency_code** | Option<**String**> | | [optional] **to_currency_symbol** | Option<**String**> | | [optional] **to_currency_decimal_places** | Option<**i32**> | | [optional] **date** | Option<[**String**](string.md)> | | [optional] **rate** | Option<**f32**> | | [optional] **amount** | Option<**String**> | The amount in the \"to\"-currency, if provided in the request. | [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)