AbstractFeederItemStructure Data Type

Abstract Type
Subtypes
MonitoredFeederArrivalStructure, MonitoredFeederArrivalCancellationStructure, TimetabledFeederArrivalStructure
Implemented Interfaces
Serializable
Properties
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

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "ValidUntilTime" : "...",
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}