Uses of Class
com.adyen.model.payment.AuthenticationResultResponse
-
Packages that use AuthenticationResultResponse Package Description com.adyen.model.payment com.adyen.service com.adyen.service.payment -
-
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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AuthenticationResultResponseAuthenticationResultResponse. 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)Deprecated, for removal: This API element is subject to removal in a future version.AuthenticationResultResponsePaymentApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AuthenticationResultResponse in com.adyen.service.payment
Methods in com.adyen.service.payment that return AuthenticationResultResponse Modifier and Type Method Description AuthenticationResultResponsePaymentsApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest)Get the 3DS authentication resultAuthenticationResultResponsePaymentsApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest, RequestOptions requestOptions)Get the 3DS authentication result
-