Values.CurrencyExchangeDetailsSourceThe details of currency exchange.
type nonrec t = {sourceCurrencyCode : BasicString.t option;The exchange source currency.
*)targetCurrencyCode : BasicString.t option;The exchange target currency.
*)rate : BasicString.t option;The currency exchange rate.
*)}