Class DefaultSapDigitalCardPaymentService

java.lang.Object
de.hybris.platform.payment.methods.impl.DefaultCardPaymentServiceImpl
de.hybris.platform.cissapdigitalpayment.service.impl.DefaultSapDigitalCardPaymentService
All Implemented Interfaces:
de.hybris.platform.payment.methods.CardPaymentService, de.hybris.platform.payment.methods.PaymentMethod

public class DefaultSapDigitalCardPaymentService extends de.hybris.platform.payment.methods.impl.DefaultCardPaymentServiceImpl
SAP Digital-Payment Addon specific implementation extending DefaultCardPaymentServiceImpl for creating subscription
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.hybris.platform.payment.commands.result.SubscriptionResult
    createSubscription(de.hybris.platform.payment.commands.request.CreateSubscriptionRequest request)
     

    Methods inherited from class de.hybris.platform.payment.methods.impl.DefaultCardPaymentServiceImpl

    authorize, authorize, capture, deleteSubscription, enrollmentCheck, getCommandFactoryRegistry, getSubscriptionData, partialCapture, refundFollowOn, refundStandalone, setCommandFactoryRegistry, updateSubscription, voidCreditOrCapture

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultSapDigitalCardPaymentService

      public DefaultSapDigitalCardPaymentService()
  • Method Details

    • createSubscription

      public de.hybris.platform.payment.commands.result.SubscriptionResult createSubscription(de.hybris.platform.payment.commands.request.CreateSubscriptionRequest request) throws de.hybris.platform.payment.AdapterException
      Specified by:
      createSubscription in interface de.hybris.platform.payment.methods.CardPaymentService
      Overrides:
      createSubscription in class de.hybris.platform.payment.methods.impl.DefaultCardPaymentServiceImpl
      Throws:
      de.hybris.platform.payment.AdapterException