Dictionary

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

Examples

Example 1

{
    "name": "...",
    "value": 13,
    "count": 19,
    "extra": {
        "email": "...",
        "email_when_newsletter": true
    }
}
This is a development version Do not use this version in production
1.10.0 development