An enum that defines the supported data types.
Type that uses DataTypeEnum
Calls that use DataTypeEnum
Enumerations
AMOUNT
Indicates the data type is an amount value.
BOOLEAN
Indicates the data type is a boolean value.
DATE
Indicates the data type is a date value.
FRACTION
Indicates the data type is a fraction value.
NUMBER
Indicates the data type is a number value.
STRING
Indicates the data type is a string value.