Class PutPaymentOptionServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.PutPaymentOptionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<UpdatePaymentOptionRequestInternal,,PaymentOptionResponse> PutPaymentOptionService
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(UpdatePaymentOptionRequestInternal requestInternal) PaymentOptionResponse processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
PutPaymentOptionServiceImpl
public PutPaymentOptionServiceImpl()
-
-
Method Details
-
process
@Audit @Transactional @SendEvent(eventType="paymentservice/paymentoption/update", identifier="response_paymentOptionId") public PaymentOptionResponse process(UpdatePaymentOptionRequestInternal requestInternal) PaymentOptionResponse process- Specified by:
processin interfacecom.skava.core.EcommService<UpdatePaymentOptionRequestInternal,PaymentOptionResponse>
-