Interface APSRequestResponseTransformer
- All Known Implementing Classes:
AbstractAPSRequestResponseTransformer,APSAuthorizeRequestResponseTransformer,APSCaptureRequestResponseTransformer,APSPurchaseRequestResponseTransformer,APSRefundRequestResponseTransformer,APSReverseAuthorizeRequestResponseTransformer
public interface APSRequestResponseTransformer
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancanHandleTransactionType(APSTransactionType transactionType) createAPSRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) com.broadleafcommerce.paymentgateway.domain.PaymentResponsepopulatePaymentResponse(com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, APSPaymentRequest apsPaymentRequest, Map<String, Object> apsResponse, String applicationId, String tenantId)
-
Method Details
-
createAPSRequest
-
populatePaymentResponse
-
canHandleTransactionType
-