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 PaymentGatewaySubscriptionService
PaymentException
public PaymentResponseDTO updateGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
updateGatewaySubscription
in interface PaymentGatewaySubscriptionService
PaymentException
public PaymentResponseDTO cancelGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
cancelGatewaySubscription
in interface PaymentGatewaySubscriptionService
PaymentException
Copyright © 2022. All rights reserved.