Uses of Class
io.github.ravocode.avoonce.sample.PaymentController.PaymentRequest
Packages that use PaymentController.PaymentRequest
-
Uses of PaymentController.PaymentRequest in io.github.ravocode.avoonce.sample
Methods in io.github.ravocode.avoonce.sample with parameters of type PaymentController.PaymentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentController.PaymentResponse> PaymentController.processPayment(PaymentController.PaymentRequest request) Protected endpoint: annotated withIdempotent.org.springframework.http.ResponseEntity<PaymentController.PaymentResponse> PaymentController.processUnprotectedPayment(PaymentController.PaymentRequest request) Unprotected endpoint: NOT annotated withIdempotent.