BOOLEAN
BOOLEAN = 0
Type boolean
Carrier API specific data types. These are used to optimise the data in the data file.
These data types are internal and are mapped to the DataType::STRING_UTF8 that is exposed to the customer.
getName( $dataTypeID) : string
$dataTypeID | int The id to lookup the name for |
The name of the data type.
getBaseDataType( $dataTypeID) : integer
Get the base data type for the given CarrierDataType. This essentially just converts the above special String types to the DataType.String type.
$dataTypeID |
Data type from DataType