Uses of Class
com.adyen.model.nexo.CharacterHeightType
-
Packages that use CharacterHeightType Package Description com.adyen.model.nexo -
-
Uses of CharacterHeightType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CharacterHeightType Modifier and Type Field Description protected CharacterHeightTypeOutputText. characterHeightMethods in com.adyen.model.nexo that return CharacterHeightType Modifier and Type Method Description static CharacterHeightTypeCharacterHeightType. fromValue(String v)From value character height type.CharacterHeightTypeOutputText. getCharacterHeight()Gets the value of the characterHeight property.static CharacterHeightTypeCharacterHeightType. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterHeightType[]CharacterHeightType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type CharacterHeightType Modifier and Type Method Description voidOutputText. setCharacterHeight(CharacterHeightType value)Sets the value of the characterHeight property.
-