Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.25 KB

CategoryDTO.md

File metadata and controls

28 lines (26 loc) · 1.25 KB

CategoryDTO

Properties

Name Type Description Notes
id Long internal identifier [optional]
name String localised name (formatted in the current user's locale) [optional]
active Boolean should this value be available on the XTRF selection lists [optional]
preferred Boolean should this value be available on the top of XTRF selection lists, in the Preferred section [optional]
supportedClasses List<SupportedClassesEnum> set of types for which this category can be selected [optional]
_default Boolean [optional]

Enum: List<SupportedClassesEnum>

Name Value
PROJECT "PROJECT"
QUOTE "QUOTE"
QUOTE_TASK "QUOTE_TASK"
TASK "TASK"
PROVIDER "PROVIDER"
CUSTOMER "CUSTOMER"
CUSTOMER_PERSON "CUSTOMER_PERSON"
PROVIDER_PERSON "PROVIDER_PERSON"
FINANCIAL_REPORT "FINANCIAL_REPORT"
REMINDER "REMINDER"
PROVIDER_INVOICE "PROVIDER_INVOICE"
CUSTOMER_INVOICE "CUSTOMER_INVOICE"