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 ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData. getAuthenticationResponse()the authentication response if the shopper was redirectedstatic 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)
-