Class DeletePaymentOptionsServiceImpl

java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.DeletePaymentOptionsServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<GetPaymentOptionRequest,com.skava.core.ResponseModel>, DeletePaymentOptionsService

@Service public class DeletePaymentOptionsServiceImpl extends Object implements DeletePaymentOptionsService
The Class DeletePaymentOptionsServiceImpl.
  • Constructor Details

    • DeletePaymentOptionsServiceImpl

      public DeletePaymentOptionsServiceImpl()
  • Method Details

    • process

      @Audit @Transactional @SendEvent(eventType="paymentservice/paymentoption/delete", identifier="response_paymentOptionId") public com.skava.core.ResponseModel process(GetPaymentOptionRequest requestInternal)
      PaymentOptionResponse process.
      Specified by:
      process in interface com.skava.core.EcommService<GetPaymentOptionRequest,com.skava.core.ResponseModel>
      Parameters:
      requestInternal - the request internal
      Returns:
      the response model