Class PatchUpdatePaymentOptionRuleServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.PatchUpdatePaymentOptionRuleServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CreatePaymentOptionRuleRequestInternal,
,CreatePaymentOptionRuleResponse> PatchUpdatePaymentOptionRuleService
@Service
public class PatchUpdatePaymentOptionRuleServiceImpl
extends Object
implements PatchUpdatePaymentOptionRuleService
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
PatchUpdatePaymentOptionRuleServiceImpl
public PatchUpdatePaymentOptionRuleServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="paymentservice/paymentoptionrule/patch", identifier="response_paymentOptionRuleId") public CreatePaymentOptionRuleResponse process(CreatePaymentOptionRuleRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<CreatePaymentOptionRuleRequestInternal,
CreatePaymentOptionRuleResponse> - Parameters:
request
-- Returns:
- CreatePaymentOptionRuleResponse
-