Class PatchPaymentOptionPropertyServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.PatchPaymentOptionPropertyServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PaymentOptionPropertiesRequestInternal,
,PaymentOptionPropertiesResponse> PatchPaymentOptionPropertyService
@Service
public class PatchPaymentOptionPropertyServiceImpl
extends Object
implements PatchPaymentOptionPropertyService
- Author:
- Infosys Equinox PatchPaymentOptionPropertyServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(PaymentOptionPropertiesRequestInternal 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
-
PatchPaymentOptionPropertyServiceImpl
public PatchPaymentOptionPropertyServiceImpl()
-
-
Method Details
-
process
@Audit @Transactional @SendEvent(eventType="paymentservice/paymentoptionproperty/patch", identifier="response_paymentOptionPropertiesResponse.paymentOptionPropertyId") public PaymentOptionPropertiesResponse process(PaymentOptionPropertiesRequestInternal requestInternal) PaymentOptionResponse process- Specified by:
process
in interfacecom.skava.core.EcommService<PaymentOptionPropertiesRequestInternal,
PaymentOptionPropertiesResponse>
-