This FieldType contains currency values.
name | data type | description |
---|---|---|
currency | string | Returns the currency symbol(s). |
precision | number | Returns the precision of the values contained in this field. |
Properties inherited from FloatFieldType |
||
precision | number | Returns the precision of the values contained in this field. |
Properties inherited from FieldType |
||
typeName | FieldTypeEnum | Returns the name of this FieldType. |
Example
{ "currency" : "...", "precision" : 12345, "typeName" : "INTEGER" }