Uses of Class
com.adyen.model.checkout.ThreeDSecureData.AuthenticationResponseEnum
-
Packages that use ThreeDSecureData.AuthenticationResponseEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDSecureData.AuthenticationResponseEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSecureData.AuthenticationResponseEnum Modifier and Type Method Description static ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData.AuthenticationResponseEnum. fromValue(String text)ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData. getAuthenticationResponse()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.checkout 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)
-