Class: Merge::Ticketing::ItemFormatEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/merge_ruby_client/ticketing/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"