Uses of Class
com.adyen.model.nexo.CheckTypeCodeType
-
Packages that use CheckTypeCodeType Package Description com.adyen.model.nexo -
-
Uses of CheckTypeCodeType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CheckTypeCodeType Modifier and Type Field Description protected CheckTypeCodeTypeCheckData. typeCodeThe Type code.Methods in com.adyen.model.nexo that return CheckTypeCodeType Modifier and Type Method Description static CheckTypeCodeTypeCheckTypeCodeType. fromValue(String v)From value check type code type.CheckTypeCodeTypeCheckData. getTypeCode()Gets the value of the type property.static CheckTypeCodeTypeCheckTypeCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckTypeCodeType[]CheckTypeCodeType. 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 CheckTypeCodeType Modifier and Type Method Description voidCheckData. setTypeCode(CheckTypeCodeType value)Sets the value of the type property.
-