Class GetAllPaymentOptionRuleServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.GetAllPaymentOptionRuleServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<GetAllPaymentOptionRuleRequest,
,GetAllPaymentOptionRuleResponse> GetAllPaymentOptionRuleService
@Service
public class GetAllPaymentOptionRuleServiceImpl
extends Object
implements GetAllPaymentOptionRuleService
- Author:
- Infosys Equinox GetAllPaymentOptionRuleServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(GetAllPaymentOptionRuleRequest request) This method is used to get all payment option ruleMethods 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
-
GetAllPaymentOptionRuleServiceImpl
public GetAllPaymentOptionRuleServiceImpl()
-
-
Method Details
-
process
This method is used to get all payment option rule- Specified by:
process
in interfacecom.skava.core.EcommService<GetAllPaymentOptionRuleRequest,
GetAllPaymentOptionRuleResponse> - Parameters:
request
-- Returns:
- GetAllPaymentOptionRuleResponse
-