Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1 KB

GetAttributesAttributes.md

File metadata and controls

36 lines (27 loc) · 1 KB

GetAttributesAttributes

Properties

Name Type Description Notes
name String Name of the attribute
category CategoryEnum Category of the attribute
type TypeEnum Type of the attribute [optional]
enumeration List<GetAttributesEnumeration> Parameter only available for "category" type attributes. [optional]
calculatedValue String Calculated value formula [optional]

Enum: CategoryEnum

Name Value
NORMAL "normal"
TRANSACTIONAL "transactional"
CATEGORY "category"
CALCULATED "calculated"
GLOBAL "global"

Enum: TypeEnum

Name Value
TEXT "text"
DATE "date"
FLOAT "float"
ID "id"
BOOLEAN "boolean"