Uses of Class
com.skava.paymentapp.model.request.paymentoption.PaymentOptionPropertyRequest
Packages that use PaymentOptionPropertyRequest
Package
Description
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
-
Uses of PaymentOptionPropertyRequest in com.skava.paymentapp.process.paymentoption
Method parameters in com.skava.paymentapp.process.paymentoption with type arguments of type PaymentOptionPropertyRequestModifier and TypeMethodDescriptionPaymentOptionPropertyProcess.createPropertiesForPaymentOption
(Set<PaymentOptionPropertyRequest> props, PaymentOptionEntity paymentOptionEntity) PaymentOptionPropertyProcess.patchPaymentOptionProperties
(PaymentOptionEntity paymentOption, Set<PaymentOptionPropertyRequest> properties) PaymentOptionPropertyProcess.putPaymentOptionProperties
(PaymentOptionEntity paymentOption, Set<PaymentOptionPropertyRequest> properties) -
Uses of PaymentOptionPropertyRequest in com.skava.paymentapp.web.paymentoption
Method parameters in com.skava.paymentapp.web.paymentoption with type arguments of type PaymentOptionPropertyRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentOptionPropertiesResponse>
PaymentOptionPropertyController.patchUpdatePaymentOptionProperties
(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String version, String locale, long collectionId, Integer paymentOptionId, @Valid Set<PaymentOptionPropertyRequest> properties) org.springframework.http.ResponseEntity<PaymentOptionPropertiesResponse>
PaymentOptionPropertyController.putPaymentOptionProperties
(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String version, String locale, long collectionId, Integer paymentOptionId, @Valid Set<PaymentOptionPropertyRequest> properties)