| name | data type | description | 
|---|---|---|
| ValidUntilTime | string | |
| InterchangeRef | InterchangeRef | |
| ConnectionLinkRef | ConnectionLinkRef | |
| StopPointRef | StopPointRef | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | array of NaturalLanguageStringStructure | |
Properties inherited from AbstractIdentifiedItemStructure | 
        ||
| ItemIdentifier | string | |
Properties inherited from AbstractItemStructure | 
        ||
| RecordedAtTime | string | |
Example
{
  "ValidUntilTime" : "...",
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}