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 PaymentGatewayRollbackService
PaymentException
public PaymentResponseDTO rollbackCapture(PaymentRequestDTO transactionToBeRolledBack) throws PaymentException
rollbackCapture
in interface PaymentGatewayRollbackService
PaymentException
public PaymentResponseDTO rollbackAuthorizeAndCapture(PaymentRequestDTO transactionToBeRolledBack) throws PaymentException
rollbackAuthorizeAndCapture
in interface PaymentGatewayRollbackService
PaymentException
public PaymentResponseDTO rollbackRefund(PaymentRequestDTO transactionToBeRolledBack) throws PaymentException
rollbackRefund
in interface PaymentGatewayRollbackService
PaymentException
Copyright © 2022. All rights reserved.