com.softslate.commerce.businessobjects.payment
Interface IPayPalDirectPaymentProcessor

All Superinterfaces:
BusinessObject, BusinessProcessor, PaymentProcessor
All Known Implementing Classes:
PayPalDirectProcessor

public interface IPayPalDirectPaymentProcessor
extends PaymentProcessor

Defines the API call required by PayPal Direct, for the US SOAP-based API. Note, the UK PayPal Direct implementation uses name-value pairs and does not implement this interface.

Author:
Ashish Jain

Method Summary
 java.util.Map processDoDirectPayment(java.util.Map parameters)
           
 
Methods inherited from interface com.softslate.commerce.businessobjects.payment.PaymentProcessor
processPayment
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setSettings, setUser, utils
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Method Detail

processDoDirectPayment

java.util.Map processDoDirectPayment(java.util.Map parameters)
                                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, LLC 2003–2005