Field | Type | Description |
---|---|---|
id | Int | Id of the option set |
name | String | Name of the option set (translated) |
allow_attachment | Bool | Allow the attachment of a picture (not supported anymore) |
options | [Option.simple] | Array of Option.simple |
{
"id": 15,
"name": "...",
"allow_attachment": false,
"options": [
{
"id": 13,
"name": "...",
"price_change": 16
},
{
"id": 15,
"name": "...",
"price_change": 11
},
{
"id": 14,
"name": "...",
"price_change": 19
}
]
}