AbstractFeederItemStructure Data Type

Subtypes
MonitoredFeederArrivalStructure, MonitoredFeederArrivalCancellationStructure, TimetabledFeederArrival
Implemented Interfaces
Serializable
Properties
name data type description
InterchangeRef InterchangeRef
ConnectionLinkRef ConnectionLinkRef
StopPointRef StopPointRef
VisitNumber number
Order number
StopPointName NaturalLanguageStringStructure
Properties inherited from AbstractIdentifiedItemStructure
ItemIdentifier string
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}