Uses of Class
com.adyen.model.checkout.AuthenticationData.AttemptAuthenticationEnum
-
Packages that use AuthenticationData.AttemptAuthenticationEnum Package Description com.adyen.model.checkout -
-
Uses of AuthenticationData.AttemptAuthenticationEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AuthenticationData.AttemptAuthenticationEnum Modifier and Type Method Description static AuthenticationData.AttemptAuthenticationEnumAuthenticationData.AttemptAuthenticationEnum. fromValue(String value)AuthenticationData.AttemptAuthenticationEnumAuthenticationData. getAttemptAuthentication()Indicates when 3D Secure authentication should be attempted.static AuthenticationData.AttemptAuthenticationEnumAuthenticationData.AttemptAuthenticationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationData.AttemptAuthenticationEnum[]AuthenticationData.AttemptAuthenticationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type AuthenticationData.AttemptAuthenticationEnum Modifier and Type Method Description AuthenticationDataAuthenticationData. attemptAuthentication(AuthenticationData.AttemptAuthenticationEnum attemptAuthentication)voidAuthenticationData. setAttemptAuthentication(AuthenticationData.AttemptAuthenticationEnum attemptAuthentication)Indicates when 3D Secure authentication should be attempted.
-