Uses of Class
com.adyen.model.nexo.AttributeType
-
Packages that use AttributeType Package Description com.adyen.model.nexo -
-
Uses of AttributeType in com.adyen.model.nexo
Methods in com.adyen.model.nexo that return AttributeType Modifier and Type Method Description static AttributeTypeAttributeType. fromValue(String v)Returns the enum constant matching the given string, ornullif no match is found.static AttributeTypeAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeType[]AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-