Class PutPaymentOptionPropertyServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.PutPaymentOptionPropertyServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PaymentOptionPropertiesRequestInternal,
,PaymentOptionPropertiesResponse> PutPaymentOptionPropertyService
@Service
public class PutPaymentOptionPropertyServiceImpl
extends Object
implements PutPaymentOptionPropertyService
- Author:
- Infosys Equinox PutPaymentOptionPropertyServiceImpl To Update the properties
-
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
-
PutPaymentOptionPropertyServiceImpl
public PutPaymentOptionPropertyServiceImpl()
-
-
Method Details
-
process
@Audit @Transactional @SendEvent(eventType="paymentservice/paymentoptionproperty/update", identifier="response_paymentOptionPropertiesResponse.paymentOptionPropertyId") public PaymentOptionPropertiesResponse process(PaymentOptionPropertiesRequestInternal requestInternal) PaymentOptionResponse process- Specified by:
process
in interfacecom.skava.core.EcommService<PaymentOptionPropertiesRequestInternal,
PaymentOptionPropertiesResponse>
-