CurrencyConversion.convert
You're seeing just the callback
convert
, go back to CurrencyConversion module for more information.
Specs
Convert from currency A to B.
Example
iex> convert(Money.new(7_00, :CHF), :USD)
%Money{amount: 7_03, currency: :USD}