Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ExchangeRate
Packages that use ExchangeRate
-
Uses of ExchangeRate in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return ExchangeRateModifier and TypeMethodDescriptionMerchantReceivableBreakdown.getExchangeRate()
The exchange rate that determines the amount that is credited to the payee's PayPal account.NetAmountBreakdownItem.getExchangeRate()
The exchange rate that determines the amount that was debited from the merchant's PayPal account.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type ExchangeRateModifier and TypeMethodDescriptionvoid
MerchantReceivableBreakdown.setExchangeRate
(ExchangeRate exchangeRate) The exchange rate that determines the amount that is credited to the payee's PayPal account.void
NetAmountBreakdownItem.setExchangeRate
(ExchangeRate exchangeRate) The exchange rate that determines the amount that was debited from the merchant's PayPal account.