| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the attribute | |
| category | String | Category of the attribute | |
| type | String | Type of the attribute | [optional] |
| enumeration | [GetAttributesEnumeration] | Parameter only available for "category" type attributes. | [optional] |
| calculatedValue | String | Calculated value formula | [optional] |
-
normal(value:"normal") -
transactional(value:"transactional") -
category(value:"category") -
calculated(value:"calculated") -
global(value:"global")
-
text(value:"text") -
_date(value:"date") -
_float(value:"float") -
id(value:"id") -
_boolean(value:"boolean")