EventimCartSeatErrorDto
Represents an error associated with a specific seat in the cart.
seatIdinteger<int32>required
Seat identifier.
errorTypestringnullable
Error associated with the seat.
EventimCartSeatErrorDto
{
"seatId": 0,
"errorType": "string"
}