Information about a stopping point in a travel segment.
| name | data type | description |
|---|---|---|
| code | string | The IATA code of the city the segment stops in. |
| arrivalDate | string | The arrival date, in local time, of the stop. |
| departureDate | string | The departure date, in local time, of the stop. |
| locationName | string | The name of the location (like airport name). |
| cityName | string | The name of the city. |
| stateCountry | string | The state or city code that the stop will occur in. |
Example
{
"code" : "...",
"arrivalDate" : "...",
"departureDate" : "...",
"locationName" : "...",
"cityName" : "...",
"stateCountry" : "..."
}