# 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)