public class AbstractPaymentGatewayCreditCardService extends Object implements PaymentGatewayCreditCardService
Constructor and Description |
---|
AbstractPaymentGatewayCreditCardService() |
Modifier and Type | Method and Description |
---|---|
PaymentResponseDTO |
createGatewayCreditCard(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
deleteGatewayCreditCard(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
updateGatewayCreditCard(PaymentRequestDTO requestDTO) |
public AbstractPaymentGatewayCreditCardService()
public PaymentResponseDTO createGatewayCreditCard(PaymentRequestDTO requestDTO) throws PaymentException
createGatewayCreditCard
in interface PaymentGatewayCreditCardService
PaymentException
public PaymentResponseDTO updateGatewayCreditCard(PaymentRequestDTO requestDTO) throws PaymentException
updateGatewayCreditCard
in interface PaymentGatewayCreditCardService
PaymentException
public PaymentResponseDTO deleteGatewayCreditCard(PaymentRequestDTO requestDTO) throws PaymentException
deleteGatewayCreditCard
in interface PaymentGatewayCreditCardService
PaymentException
Copyright © 2022. All rights reserved.