Uses of Class
com.adyen.model.tapi.TypeCode
-
Packages that use TypeCode Package Description com.adyen.model.tapi -
-
Uses of TypeCode in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return TypeCode Modifier and Type Method Description static TypeCodeTypeCode. fromValue(String value)TypeCodeCheckData. getTypeCode()Get typeCodestatic TypeCodeTypeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeCode[]TypeCode. 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 TypeCode Modifier and Type Method Description voidCheckData. setTypeCode(TypeCode typeCode)typeCodeCheckDataCheckData. typeCode(TypeCode typeCode)typeCode
-