| contact | ReservationInfoEntity_contact | | [default to null] |
| id | String | Reservation id | [default to null] |
| status | String | Reservation status | [default to null] |
| seats | BigDecimal | Reserved seats | [default to null] |
| date | String | Reserved date | [default to null] |
| time | String | Reserved time in military format | [default to null] |
| last_updated | String | Reservation request last update timestamp | [default to null] |
| created | String | Reservation request timestamp | [default to null] |
| type | ReservationInfoEntity_type | | [optional] [default to null] |
| payment | ReservationInfoEntity_payment | | [optional] [default to null] |
| store | ReservationInfoEntity_store | | [default to null] |
| reservation_number | String | Unique reservation reference number | [default to null] |
| remarks | String | Customer request | [optional] [default to null] |
| notes | String | Store note | [optional] [default to null] |
| refunded_amount | BigDecimal | Refunded amount if reservation fee is refunded | [optional] [default to null] |