TargetedInterchangeStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
InterchangeCode string
DistributorVehicleJourneyRef DatedVehicleJourneyRef
DistributorConnectionLink ContextualisedConnectionLinkStructure
DistributorConnectionLinkRef ConnectionLinkRef
DistributorVisitNumber number
DistributorOrder number
StaySeated boolean
Guaranteed boolean
Advertised boolean
MaximumWaitTime Duration

Example

{
  "InterchangeCode" : "...",
  "DistributorVehicleJourneyRef" : {
    "value" : "..."
  },
  "DistributorConnectionLink" : {
    "ConnectionLinkCode" : "...",
    "StopPointRef" : {
      "value" : "..."
    },
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DefaultDuration" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "FrequentTravellerDuration" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "OccasionalTravellerDuration" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ImpairedAccessDuration" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    }
  },
  "DistributorConnectionLinkRef" : {
    "value" : "..."
  },
  "DistributorVisitNumber" : 12345,
  "DistributorOrder" : 12345,
  "StaySeated" : true,
  "Guaranteed" : true,
  "Advertised" : true,
  "MaximumWaitTime" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  }
}