Uses of Class
com.adyen.model.checkout.PaymentVerificationRequest
-
Packages that use PaymentVerificationRequest Package Description com.adyen.model.checkout com.adyen.service -
-
Uses of PaymentVerificationRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentVerificationRequest Modifier and Type Method Description static PaymentVerificationRequestPaymentVerificationRequest. fromJson(String jsonString)Create an instance of PaymentVerificationRequest given an JSON stringPaymentVerificationRequestPaymentVerificationRequest. payload(String payload) -
Uses of PaymentVerificationRequest in com.adyen.service
Methods in com.adyen.service with parameters of type PaymentVerificationRequest Modifier and Type Method Description PaymentVerificationResponseCheckout. paymentResult(PaymentVerificationRequest paymentResultRequest)POST payments/result API callPaymentVerificationResponseCheckout. paymentResult(PaymentVerificationRequest paymentResultRequest, RequestOptions requestOptions)POST payments/result API call
-