Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ExchangeRate
-
Packages that use ExchangeRate Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders -
-
Uses of ExchangeRate in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return ExchangeRate Modifier and Type Method Description ExchangeRate
MerchantReceivableBreakdown. getExchangeRate()
The exchange rate that determines the amount that is credited to the payee's PayPal account.ExchangeRate
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 ExchangeRate Modifier and Type Method Description void
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.
-