Uses of Class
com.adyen.model.nexo.AuthenticationMethodType
-
Packages that use AuthenticationMethodType Package Description com.adyen.model.nexo -
-
Uses of AuthenticationMethodType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type AuthenticationMethodType Modifier and Type Field Description protected List<AuthenticationMethodType>PaymentResult. authenticationMethodThe Authentication method.Methods in com.adyen.model.nexo that return AuthenticationMethodType Modifier and Type Method Description static AuthenticationMethodTypeAuthenticationMethodType. fromValue(String v)From value authentication method type.static AuthenticationMethodTypeAuthenticationMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethodType[]AuthenticationMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo that return types with arguments of type AuthenticationMethodType Modifier and Type Method Description List<AuthenticationMethodType>PaymentResult. getAuthenticationMethod()Gets the value of the authenticationMethod property.
-