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": 17,
"name": "...",
"allow_attachment": false,
"options": [
{
"id": 10,
"name": "...",
"price_change": {
"value": 11,
"currency": "EUR"
}
},
{
"id": 17,
"name": "...",
"price_change": {
"value": 12,
"currency": "EUR"
}
},
{
"id": 15,
"name": "...",
"price_change": {
"value": 12,
"currency": "EUR"
}
}
]
}