# ReservedPlace
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**passenger_ids** | **Vec<String>** | Id of the passenger |
**vehicle_number** | **String** | vehicle number (e.g. train number) |
**coach_number** | **String** | |
**compartment_number** | Option<**String**> | Compartment number as indicated at the compartment in the coach. A compartment number must be set if the compartment is selectable as a whole only. | [optional]
**place_description** | Option<**String**> | description of the places (e.g. 11-35,51) | [optional]
**place_numbers** | Option<**Vec<String>**> | list of individual place numbers | [optional]
**place_properties** | Option<**Vec<String>**> | place properties to be indicated to the customer | [optional]
**split_section** | Option<[**models::Section**](Section.md)> | | [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)