A dictionary with fields
Field | Type | Description |
---|---|---|
name | String | Name of the group. Most likely some kind of month, day or time |
value | Int | Value based on type |
count | Int | Amount of orders |
extra | Dictionary | Optional. A dictionary with fields |
{
"name": "...",
"value": 16,
"count": 14,
"extra": {
"email": "...",
"email_when_newsletter": true
}
}