Uses of Class
com.skava.paymentapp.model.request.paymentoption.PaymentOptionRequest
Packages that use PaymentOptionRequest
-
Uses of PaymentOptionRequest in com.skava.paymentapp.web.paymentoption
Methods in com.skava.paymentapp.web.paymentoption with parameters of type PaymentOptionRequestModifier 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.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)