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 ExchangeRateMerchantReceivableBreakdown. getExchangeRate()The exchange rate that determines the amount that is credited to the payee's PayPal account.ExchangeRateNetAmountBreakdownItem. 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 voidMerchantReceivableBreakdown. setExchangeRate(ExchangeRate exchangeRate)The exchange rate that determines the amount that is credited to the payee's PayPal account.voidNetAmountBreakdownItem. setExchangeRate(ExchangeRate exchangeRate)The exchange rate that determines the amount that was debited from the merchant's PayPal account.
-