com.softslate.commerce.businessobjects.payment
Interface IPayPalDirectPaymentProcessor

All Superinterfaces:
BusinessObject, 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.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