org.broadleafcommerce.vendor.paypal.service.payment
Interface PayPalPaymentService

All Known Implementing Classes:
PayPalPaymentServiceImpl

public interface PayPalPaymentService

Author:
Jeff Fischer

Method Summary
 Integer getFailureReportingThreshold()
           
 String getServerUrl()
           
 org.broadleafcommerce.common.vendor.service.type.ServiceStatusType getServiceStatus()
           
 PayPalResponse process(PayPalRequest paymentRequest)
           
 void setFailureReportingThreshold(Integer failureReportingThreshold)
           
 void setServerUrl(String serverUrl)
           
 

Method Detail

process

PayPalResponse process(PayPalRequest paymentRequest)
                       throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
Throws:
org.broadleafcommerce.common.vendor.service.exception.PaymentException

getServiceStatus

org.broadleafcommerce.common.vendor.service.type.ServiceStatusType getServiceStatus()

getFailureReportingThreshold

Integer getFailureReportingThreshold()

setFailureReportingThreshold

void setFailureReportingThreshold(Integer failureReportingThreshold)

getServerUrl

String getServerUrl()

setServerUrl

void setServerUrl(String serverUrl)


Copyright © 2013. All Rights Reserved.