Uses of Class
com.skava.paymentapp.model.response.RegisterPaymentResponse
Packages that use RegisterPaymentResponse
Package
Description
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
-
Uses of RegisterPaymentResponse in com.skava.paymentapp.service.impl
Methods in com.skava.paymentapp.service.impl that return RegisterPaymentResponseModifier and TypeMethodDescriptionRegisterPaymentServiceImpl.process(RegisterPaymentRequest registerPaymentRequest) This method is used to create Payment based on given Payment. -
Uses of RegisterPaymentResponse in com.skava.paymentapp.web
Methods in com.skava.paymentapp.web that return types with arguments of type RegisterPaymentResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RegisterPaymentResponse>RegisterPaymentController.registerPayment(String version, String locale, int paymentOptionId, long collectionId, @Valid RegisterPaymentDetails details) This api is used to register a payment with the provider registerpayment - It's return register Payment response register payment will return the request url.