osdm-sys 0.1.0-alpha.2

Specifications for the OSDM API standard. The OSDM specification supports two modes of operation: Retailer Mode and Distributor Mode. The API works identically in both modes, except that in distributor mode the API also returns fare information. The following resources are key to get started: - [Processes](https://osdm.io/spec/processes/) - [Models](https://osdm.io/spec/models/) - [Getting started](https://osdm.io/spec/getting-started/)
Documentation
# 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)