public class AbstractPaymentGatewayCustomerService extends Object implements PaymentGatewayCustomerService
Constructor and Description |
---|
AbstractPaymentGatewayCustomerService() |
Modifier and Type | Method and Description |
---|---|
PaymentResponseDTO |
createGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
deleteGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
updateGatewayCustomer(PaymentRequestDTO requestDTO) |
public AbstractPaymentGatewayCustomerService()
public PaymentResponseDTO createGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
createGatewayCustomer
in interface PaymentGatewayCustomerService
PaymentException
public PaymentResponseDTO updateGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
updateGatewayCustomer
in interface PaymentGatewayCustomerService
PaymentException
public PaymentResponseDTO deleteGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
deleteGatewayCustomer
in interface PaymentGatewayCustomerService
PaymentException
Copyright © 2022. All rights reserved.