Class: Merge::Crm::ItemFormatEnum
- Inherits:
-
Object
- Object
- Merge::Crm::ItemFormatEnum
- Defined in:
- lib/merge_ruby_client/crm/types/item_format_enum.rb
Overview
-
‘string` - uuid
-
‘number` - url
-
‘date` - email
-
‘datetime` - phone
-
‘bool` - currency
-
‘list` - decimal
Constant Summary collapse
- STRING =
"string"
- NUMBER =
"number"
- DATE =
"date"
- DATETIME =
"datetime"
- BOOL =
"bool"
- LIST =
"list"