Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 603 Bytes

CustomFieldsObjectType.md

File metadata and controls

25 lines (13 loc) · 603 Bytes

CustomFieldsObjectType

Properties

Name Type Description Notes
name NameEnum List types [optional]
isFixed Boolean When currency is fixed, only the amount can be edited by the users [optional]
currency String Currency code [optional]
options List<String> List of options for the custom field [optional]

Enum: NameEnum

Name Value
LIST "list"
MULTISELECT "multiselect"