Uses of Class
com.adyen.model.payment.AuthenticationResultRequest
-
Packages that use AuthenticationResultRequest Package Description com.adyen.model.payment com.adyen.service -
-
Uses of AuthenticationResultRequest in com.adyen.model.payment
Methods in com.adyen.model.payment that return AuthenticationResultRequest Modifier and Type Method Description static AuthenticationResultRequestAuthenticationResultRequest. fromJson(String jsonString)Create an instance of AuthenticationResultRequest given an JSON stringAuthenticationResultRequestAuthenticationResultRequest. merchantAccount(String merchantAccount)AuthenticationResultRequestAuthenticationResultRequest. pspReference(String pspReference) -
Uses of AuthenticationResultRequest in com.adyen.service
Methods in com.adyen.service with parameters of type AuthenticationResultRequest Modifier and Type Method Description AuthenticationResultResponsePaymentApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest)Get the 3DS authentication resultAuthenticationResultResponsePaymentApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest, RequestOptions requestOptions)Get the 3DS authentication result
-