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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# StopCallStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order** | Option<**i32**> | Sequence number of this stop in the service pattern of the journey.  | [optional]
**request_stop** | Option<**bool**> | The vehicle journey calls at this stop only on demand.  | [optional][default to false]
**unplanned_stop** | Option<**bool**> | This stop has not been planned by the planning department.  | [optional][default to false]
**not_serviced_stop** | Option<**bool**> | The vehicle will not call at this stop despite earlier planning.  | [optional][default to false]
**no_boarding_at_stop** | Option<**bool**> | Boarding will not be allowed at this stop of this journey.  | [optional][default to false]
**no_alighting_at_stop** | Option<**bool**> | Alighting will not be allowed at this stop of this journey.  | [optional][default to false]
**is_border_point** | Option<**bool**> | Indicates whether the stop is recognized by the system as a border point between two or more countries.  | [optional][default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)