Uses of Class
com.skava.paymentapp.model.request.paymentoption.CreatePaymentOptionRuleRequestInternal
Packages that use CreatePaymentOptionRuleRequestInternal
Package
Description
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
-
Uses of CreatePaymentOptionRuleRequestInternal in com.skava.paymentapp.process.paymentoption
Methods in com.skava.paymentapp.process.paymentoption with parameters of type CreatePaymentOptionRuleRequestInternalModifier and TypeMethodDescriptionPaymentOptionRuleProcess.create
(CreatePaymentOptionRuleRequestInternal request) This method creates the payment option rule for a given payment option id and collection idPaymentOptionRuleProcess.patchUpdateRule
(CreatePaymentOptionRuleRequestInternal request) This method is used for patch update of payment option rule for a given collection id and payment option idPaymentOptionRuleProcess.updateRule
(CreatePaymentOptionRuleRequestInternal request) This method is used for updating the payment option rule for a given collection id and payment option id -
Uses of CreatePaymentOptionRuleRequestInternal in com.skava.paymentapp.service.impl.paymentoption
Methods in com.skava.paymentapp.service.impl.paymentoption with parameters of type CreatePaymentOptionRuleRequestInternalModifier and TypeMethodDescriptionCreatePaymentOptionRuleServiceImpl.process
(CreatePaymentOptionRuleRequestInternal request) PatchUpdatePaymentOptionRuleServiceImpl.process
(CreatePaymentOptionRuleRequestInternal request) UpdatePaymentOptionRuleServiceImpl.process
(CreatePaymentOptionRuleRequestInternal request)