Uses of Class
com.adyen.model.checkout.AuthenticationData
-
Packages that use AuthenticationData Package Description com.adyen.model.checkout -
-
Uses of AuthenticationData in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AuthenticationData Modifier and Type Method Description AuthenticationDataAuthenticationData. attemptAuthentication(AuthenticationData.AttemptAuthenticationEnum attemptAuthentication)Indicates when 3D Secure authentication should be attempted.AuthenticationDataAuthenticationData. authenticationOnly(Boolean authenticationOnly)If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.static AuthenticationDataAuthenticationData. fromJson(String jsonString)Create an instance of AuthenticationData given an JSON stringAuthenticationDataCreateCheckoutSessionRequest. getAuthenticationData()authenticationDataAuthenticationDataCreateCheckoutSessionResponse. getAuthenticationData()authenticationDataAuthenticationDataDonationPaymentRequest. getAuthenticationData()authenticationDataAuthenticationDataPaymentRequest. getAuthenticationData()authenticationDataAuthenticationDataAuthenticationData. threeDSRequestData(ThreeDSRequestData threeDSRequestData)threeDSRequestDataMethods in com.adyen.model.checkout with parameters of type AuthenticationData Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. authenticationData(AuthenticationData authenticationData)authenticationDataCreateCheckoutSessionResponseCreateCheckoutSessionResponse. authenticationData(AuthenticationData authenticationData)authenticationDataDonationPaymentRequestDonationPaymentRequest. authenticationData(AuthenticationData authenticationData)authenticationDataPaymentRequestPaymentRequest. authenticationData(AuthenticationData authenticationData)authenticationDatavoidCreateCheckoutSessionRequest. setAuthenticationData(AuthenticationData authenticationData)authenticationDatavoidCreateCheckoutSessionResponse. setAuthenticationData(AuthenticationData authenticationData)authenticationDatavoidDonationPaymentRequest. setAuthenticationData(AuthenticationData authenticationData)authenticationDatavoidPaymentRequest. setAuthenticationData(AuthenticationData authenticationData)authenticationData
-