Uses of Class
com.adyen.model.tapi.CharacterHeight
-
Packages that use CharacterHeight Package Description com.adyen.model.tapi -
-
Uses of CharacterHeight in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return CharacterHeight Modifier and Type Method Description static CharacterHeightCharacterHeight. fromValue(String value)CharacterHeightOutputText. getCharacterHeight()Get characterHeightstatic CharacterHeightCharacterHeight. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterHeight[]CharacterHeight. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type CharacterHeight Modifier and Type Method Description OutputTextOutputText. characterHeight(CharacterHeight characterHeight)characterHeightvoidOutputText. setCharacterHeight(CharacterHeight characterHeight)characterHeight
-