Uses of Class
com.adyen.model.checkout.AuthenticationData2.AttemptAuthenticationEnum
-
Packages that use AuthenticationData2.AttemptAuthenticationEnum Package Description com.adyen.model.checkout -
-
Uses of AuthenticationData2.AttemptAuthenticationEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AuthenticationData2.AttemptAuthenticationEnum Modifier and Type Method Description static AuthenticationData2.AttemptAuthenticationEnumAuthenticationData2.AttemptAuthenticationEnum. fromValue(String value)AuthenticationData2.AttemptAuthenticationEnumAuthenticationData2. getAttemptAuthentication()Indicates when 3D Secure authentication should be attempted.AuthenticationData2.AttemptAuthenticationEnumAuthenticationData2.AttemptAuthenticationEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AuthenticationData2.AttemptAuthenticationEnumAuthenticationData2.AttemptAuthenticationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationData2.AttemptAuthenticationEnum[]AuthenticationData2.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 AuthenticationData2.AttemptAuthenticationEnum Modifier and Type Method Description AuthenticationData2AuthenticationData2. attemptAuthentication(AuthenticationData2.AttemptAuthenticationEnum attemptAuthentication)voidAuthenticationData2. setAttemptAuthentication(AuthenticationData2.AttemptAuthenticationEnum attemptAuthentication)voidAuthenticationData2.AttemptAuthenticationEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AuthenticationData2.AttemptAuthenticationEnum enumeration)
-