A list of what is bought, the list can be extended and the dropdown list should contain everything that is going to be sold at the kermes.
Total amount payed.
Example Json:
{
"data": [
{"bought": ["cake", "cookie"], "cost": 35},
{"bought": ["bookmark"], "cost": 15},
]
}