| type | String | Type of reservation | [default to null] |
| name | String | Name of reservation | [default to null] |
| description | String | Description of reservation | [default to null] |
| hours | ReservationTypeClass_hours | | [default to null] |
| payment_type | String | Indicates the payment type | [default to null] |
| maximum | BigDecimal | Max seats that can be reserved per reservation | [default to null] |
| minimum | BigDecimal | Min seats that can be reserved per reservation | [default to null] |
| id | String | ID of the reservation type | [default to null] |
| fee | BigDecimal | Fee to be paid multiplied by payment type | [default to null] |
| time_slots | List | UI helper, this is the calculated time slots that can be reserved within the selected reservation date | [default to null] |
| store | ReservationInfoEntity_store | | [default to null] |
| end_date | String | Reservation end date, void means no end date | [optional] [default to null] |
| start_date | String | Reservation start date, void means no start date | [optional] [default to null] |