Uses of Class
com.adyen.model.payment.AuthenticationResultResponse
-
Packages that use AuthenticationResultResponse Package Description com.adyen.model.payment com.adyen.service -
-
Uses of AuthenticationResultResponse in com.adyen.model.payment
Methods in com.adyen.model.payment that return AuthenticationResultResponse Modifier and Type Method Description static AuthenticationResultResponseAuthenticationResultResponse. fromJson(String jsonString)Create an instance of AuthenticationResultResponse given an JSON stringAuthenticationResultResponseAuthenticationResultResponse. threeDS1Result(ThreeDS1Result threeDS1Result)threeDS1ResultAuthenticationResultResponseAuthenticationResultResponse. threeDS2Result(ThreeDS2Result threeDS2Result)threeDS2Result -
Uses of AuthenticationResultResponse in com.adyen.service
Methods in com.adyen.service that return AuthenticationResultResponse Modifier and Type Method Description AuthenticationResultResponsePaymentApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest)Get the 3DS authentication resultAuthenticationResultResponsePaymentApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest, RequestOptions requestOptions)Get the 3DS authentication result
-