SearchAvailableStoresForReservationDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| location_point | SearchStoreDTO_location_point | [optional] [default to null] | |
| seats | String | Intended number of seats to reserve | [default to null] |
| date | String | Intended date to reserve | [default to null] |
| time | String | Intended time to reserve | [default to null] |
| type | String | [optional] [default to null] | |
| limit | BigDecimal | The number of record to return, 0 means all will be returned | [optional] [default to null] |
| offset | BigDecimal | The number of records to skip | [optional] [default to null] |