org.broadleafcommerce.vendor.authorizenet.service.payment
Interface AuthorizeNetPaymentService
- All Known Implementing Classes:
- AuthorizeNetPaymentServiceImpl
public interface AuthorizeNetPaymentService
- Author:
- elbertbautista
process
Object process(AuthorizeNetPaymentRequest arg)
throws Exception
- Throws:
Exception
getServiceStatus
org.broadleafcommerce.common.vendor.service.type.ServiceStatusType getServiceStatus()
getFailureReportingThreshold
Integer getFailureReportingThreshold()
setFailureReportingThreshold
void setFailureReportingThreshold(Integer failureReportingThreshold)
createResult
net.authorize.sim.Result createResult(Map<String,String[]> responseMap)
getGatewayRequest
AuthorizeNetGatewayRequest getGatewayRequest()
setGatewayRequest
void setGatewayRequest(AuthorizeNetGatewayRequest gatewayRequest)
Copyright © 2012. All Rights Reserved.