SeatStatus
Value that represents the seat status.
Possible enumeration values:
Name | Value | Description |
---|---|---|
Any |
0 |
An enum constant representing the any option. |
Available |
1 |
An enum constant representing the available option. |
Sold |
2 |
An enum constant representing the sold option. |
Deleted |
3 |
An enum constant representing the deleted option. |
Hold |
4 |
An enum constant representing the hold option |