Interface IPayPalExpressPaymentProcessor
- All Superinterfaces:
BusinessObject,BusinessProcessor,PaymentProcessor
- All Known Implementing Classes:
PayPalDirectProcessor,PayPalExpressProcessor,PayPalUKExpressProcessor
Defines the three API calls required by PayPal Express Checkout, for both the
US and the UK.
- Author:
- Ashish Jain
-
Method Summary
Modifier and TypeMethodDescriptionprocessDoExpressCheckoutPayment(Map parameters) processGetExpressCheckoutDetails(Map parameters) processSetExpressCheckout(Map parameters) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initializeMethods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, utilsMethods inherited from interface com.softslate.commerce.businessobjects.payment.PaymentProcessor
processPayment, processPaymentCapture, processVoid