| 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] |
| multiCategoryOptions | List<String> | Parameter only available for "multiple-choice" type attributes. | [optional] |
| Name | Value |
|---|---|
| NORMAL | "normal" |
| TRANSACTIONAL | "transactional" |
| CATEGORY | "category" |
| CALCULATED | "calculated" |
| GLOBAL | "global" |
| Name | Value |
|---|---|
| TEXT | "text" |
| DATE | "date" |
| FLOAT | "float" |
| ID | "id" |
| BOOLEAN | "boolean" |
| MULTIPLE_CHOICE | "multiple-choice" |
| USER | "user" |