Class PatchPaymentOptionsServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.PatchPaymentOptionsServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<UpdatePaymentOptionRequestInternal,
,PaymentOptionResponse> PatchPaymentOptionsService
@Service
public class PatchPaymentOptionsServiceImpl
extends Object
implements PatchPaymentOptionsService
-
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, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
PatchPaymentOptionsServiceImpl
public PatchPaymentOptionsServiceImpl()
-
-
Method Details
-
process
@Audit @Transactional @SendEvent(eventType="paymentservice/paymentoption/patch", identifier="response_paymentOptionId") public PaymentOptionResponse process(UpdatePaymentOptionRequestInternal requestInternal) PaymentOptionResponse process- Specified by:
process
in interfacecom.skava.core.EcommService<UpdatePaymentOptionRequestInternal,
PaymentOptionResponse>
-