| Name | Type | Description | Notes |
|---|---|---|---|
| id | \Swagger\Client\Model\BookingId | [optional] | |
| standard_name | string | Gets or sets standart name. | [optional] |
| name | string | Gets or sets Booking Name. | [optional] |
| notes | string | Gets or sets Notes. | [optional] |
| guests_names | string | Gets or sets guests names. | [optional] |
| number_of_people | int | Gets or sets number of people in booking. | [optional] |
| count | double | Gets or sets items count in booking. | [optional] |
| total | double | Gets or sets booking total price. | [optional] |
| price | double | Gets or sets booking price. | [optional] |
| unit_type | \Swagger\Client\Model\TimeUnitTypeViewModel | [optional] | |
| status | \Swagger\Client\Model\BookingStatusViewModel | [optional] | |
| type | \Swagger\Client\Model\BookingTypeViewModel | [optional] | |
| from_date | \DateTime | Gets or sets date from. | [optional] |
| to_date | \DateTime | Gets or sets date To. | [optional] |
| sub_bookings | \Swagger\Client\Model\BookingViewModel[] | Gets or sets sub bookings. | [optional] |
| people | \Swagger\Client\Model\PersonViewModel[] | Gets or sets people in booking. | [optional] |