Information about a stopping point in a travel segment.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| arrivalDate | string | element | 0/1 | The arrival date, in local time, of the stop. | |
| cityName | string | element | 0/1 | The name of the city. | |
| code | string | element | 0/1 | The IATA code of the city the segment stops in. | |
| departureDate | string | element | 0/1 | The departure date, in local time, of the stop. | |
| locationName | string | element | 0/1 | The name of the location (like airport name). | |
| stateCountry | string | element | 0/1 | The state or city code that the stop will occur in. |
Example
<displayStopOver> <code>...</code> <arrivalDate>...</arrivalDate> <departureDate>...</departureDate> <locationName>...</locationName> <cityName>...</cityName> <stateCountry>...</stateCountry> </displayStopOver>