public class AbstractPaymentGatewayRollbackService extends Object implements PaymentGatewayRollbackService
| Constructor and Description | 
|---|
| AbstractPaymentGatewayRollbackService() | 
| Modifier and Type | Method and Description | 
|---|---|
| PaymentResponseDTO | rollbackAuthorize(PaymentRequestDTO transactionToBeRolledBack) | 
| PaymentResponseDTO | rollbackAuthorizeAndCapture(PaymentRequestDTO transactionToBeRolledBack) | 
| PaymentResponseDTO | rollbackCapture(PaymentRequestDTO transactionToBeRolledBack) | 
| PaymentResponseDTO | rollbackRefund(PaymentRequestDTO transactionToBeRolledBack) | 
public AbstractPaymentGatewayRollbackService()
public PaymentResponseDTO rollbackAuthorize(PaymentRequestDTO transactionToBeRolledBack) throws PaymentException
rollbackAuthorize in interface PaymentGatewayRollbackServicePaymentExceptionpublic PaymentResponseDTO rollbackCapture(PaymentRequestDTO transactionToBeRolledBack) throws PaymentException
rollbackCapture in interface PaymentGatewayRollbackServicePaymentExceptionpublic PaymentResponseDTO rollbackAuthorizeAndCapture(PaymentRequestDTO transactionToBeRolledBack) throws PaymentException
rollbackAuthorizeAndCapture in interface PaymentGatewayRollbackServicePaymentExceptionpublic PaymentResponseDTO rollbackRefund(PaymentRequestDTO transactionToBeRolledBack) throws PaymentException
rollbackRefund in interface PaymentGatewayRollbackServicePaymentExceptionCopyright © 2020. All rights reserved.