Uses of Class
com.skava.paymentapp.model.response.paymentoption.PaymentOptionResponse
Packages that use PaymentOptionResponse
Package
Description
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
-
Uses of PaymentOptionResponse in com.skava.paymentapp.model.response.paymentoption
Methods in com.skava.paymentapp.model.response.paymentoption that return PaymentOptionResponseModifier and TypeMethodDescriptionstatic PaymentOptionResponsePaymentOptionResponse.fromEntity(PaymentOptionEntity paymentOption) -
Uses of PaymentOptionResponse in com.skava.paymentapp.service.impl.paymentoption
Methods in com.skava.paymentapp.service.impl.paymentoption that return PaymentOptionResponseModifier and TypeMethodDescriptionCreatePaymentOptionServiceImpl.process(PaymentOptionRequestInternal requestInternal) PaymentOptionResponse processGetPaymentOptionServiceImpl.process(GetPaymentOptionRequest requestInternal) PaymentOptionResponse processPatchPaymentOptionsServiceImpl.process(UpdatePaymentOptionRequestInternal requestInternal) PaymentOptionResponse processPutPaymentOptionServiceImpl.process(UpdatePaymentOptionRequestInternal requestInternal) PaymentOptionResponse process -
Uses of PaymentOptionResponse in com.skava.paymentapp.web.paymentoption
Methods in com.skava.paymentapp.web.paymentoption that return types with arguments of type PaymentOptionResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentOptionResponse>PaymentOptionController.createPaymentOptionDetails(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String version, String locale, long collectionId, @Valid PaymentOptionRequest request) POST API to create payment optionsorg.springframework.http.ResponseEntity<PaymentOptionResponse>PaymentOptionController.findPaymentOptionById(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String version, String locale, long collectionId, Integer paymentOptionId) org.springframework.http.ResponseEntity<PaymentOptionResponse>PaymentOptionController.patchUpdatePaymentOptionDetails(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String version, String locale, long collectionId, Integer paymentOptionId, @Valid PaymentOptionRequest request) org.springframework.http.ResponseEntity<PaymentOptionResponse>PaymentOptionController.putPaymentOptionDetails(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String version, String locale, long collectionId, Integer paymentOptionId, @Valid PaymentOptionRequest request)