public class AbstractPaymentGatewaySubscriptionService extends Object implements PaymentGatewaySubscriptionService
| Constructor and Description | 
|---|
| AbstractPaymentGatewaySubscriptionService() | 
| Modifier and Type | Method and Description | 
|---|---|
| PaymentResponseDTO | cancelGatewaySubscription(PaymentRequestDTO requestDTO) | 
| PaymentResponseDTO | createGatewaySubscription(PaymentRequestDTO requestDTO) | 
| PaymentResponseDTO | updateGatewaySubscription(PaymentRequestDTO requestDTO) | 
public AbstractPaymentGatewaySubscriptionService()
public PaymentResponseDTO createGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
createGatewaySubscription in interface PaymentGatewaySubscriptionServicePaymentExceptionpublic PaymentResponseDTO updateGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
updateGatewaySubscription in interface PaymentGatewaySubscriptionServicePaymentExceptionpublic PaymentResponseDTO cancelGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
cancelGatewaySubscription in interface PaymentGatewaySubscriptionServicePaymentExceptionCopyright © 2020. All rights reserved.