class

Money::Bank::VariableExchange

Inherits Money::Bank / Reference / Object

Instance methods

calculate_fractional(from : Money, to : Currency) : BigDecimal
Source
exchange(from : Money, to : Currency) : Money

Exchanges the given Money object to a new Money object in to Currency.

Source