Field | Type | Description |
---|---|---|
id | Int | ID of the Viresmo shop |
name | String | Name of the Viresmo shop |
address | Dictionary | A dictionary with fields |
{
"id": 13,
"name": "...",
"address": {
"city": "...",
"country": "...",
"street": "...",
"number": "...",
"zipcode": "..."
}
}