{
"currency": "AZN",
"lines": [
{
"tier": "vip",
"name": "VIP",
"color": "string",
"quantity": 2,
"unitPrice": 50,
"amount": 100,
"seats": [
"string"
]
}
],
"subtotal": 100,
"discount": 20,
"total": 80,
"quantity": 2,
"free": false,
"promo": {
"code": "EARLYBIRD",
"type": "PERCENTAGE",
"value": 20,
"applied": true,
"reason": "not_found"
}
}