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": 18,
"name": "...",
"allow_attachment": true,
"options": [
{
"id": 19,
"name": "...",
"price_change": 18
},
{
"id": 17,
"name": "...",
"price_change": 11
},
{
"id": 16,
"name": "...",
"price_change": 13
}
]
}