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 PaymentGatewayCustomerServicePaymentExceptionpublic PaymentResponseDTO updateGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
updateGatewayCustomer in interface PaymentGatewayCustomerServicePaymentExceptionpublic PaymentResponseDTO deleteGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException
deleteGatewayCustomer in interface PaymentGatewayCustomerServicePaymentExceptionCopyright © 2022. All rights reserved.