Uses of Class
com.adyen.model.ThreeDSecureData.AuthenticationResponseEnum
-
Packages that use ThreeDSecureData.AuthenticationResponseEnum Package Description com.adyen.model -
-
Uses of ThreeDSecureData.AuthenticationResponseEnum in com.adyen.model
Methods in com.adyen.model that return ThreeDSecureData.AuthenticationResponseEnum Modifier and Type Method Description static ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData.AuthenticationResponseEnum. fromValue(String input)ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData. getAuthenticationResponse()In 3D Secure 1, the authentication response if the shopper was redirected.ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData.AuthenticationResponseEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData.AuthenticationResponseEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDSecureData.AuthenticationResponseEnum[]ThreeDSecureData.AuthenticationResponseEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type ThreeDSecureData.AuthenticationResponseEnum Modifier and Type Method Description ThreeDSecureDataThreeDSecureData. authenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse)voidThreeDSecureData. setAuthenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse)voidThreeDSecureData.AuthenticationResponseEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThreeDSecureData.AuthenticationResponseEnum enumeration)
-