DownloadBookings
Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
id | int | | [optional]
shift_id | int | | [optional]
customer_id | int | |
source | string | | [optional]
booked_for | \DateTime | |
duration | int | |
status | string | |
people | int | | [optional]
notes | string | | [optional]
created_at | \DateTime | | [optional]
updated_at | \DateTime | | [optional]
deleted_at | \DateTime | | [optional]
createdby_id | int | | [optional]
updatedby_id | int | | [optional]
deletedby_id | int | | [optional]
tags | \Swagger\Client\Model\BookingtagSchema[] | | [optional]
tables | \Swagger\Client\Model\BookingtableSchema[] | | [optional]
customer | \Swagger\Client\Model\CustomerSchema | | [optional]
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|