banks2ff/gocardless-bankaccount-data-api/docs/CurrencyExchangeSchema.md

17 lines
733 B
Markdown
Raw Permalink Normal View History

# CurrencyExchangeSchema
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source_currency** | Option<**String**> | sourceCurrency | [optional]
**exchange_rate** | Option<**String**> | exchangeRate | [optional]
**unit_currency** | Option<**String**> | unitCurrency | [optional]
**target_currency** | Option<**String**> | targetCurrency | [optional]
**quotation_date** | Option<**String**> | quotationDate | [optional]
**contract_identification** | Option<**String**> | contractIdentification | [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)