| name | data type | description | 
|---|---|---|
Properties inherited from AbstractServiceJourneyInterchangeStructure | 
        ||
| InterchangeCode | string | |
| ConnectionLinkRef | ConnectionLinkRef | |
| FeederRef | ConnectingJourneyRefStructure | |
| FeederArrivalStopRef | StopPointRef | |
| FeederVisitNumber | number | |
| DistributorRef | ConnectingJourneyRefStructure | |
| DistributorDepartureStopRef | StopPointRef | |
| DistributorVisitNumber | number | |
| StaySeated | boolean | |
| Guaranteed | boolean | |
| Advertised | boolean | |
| StandardWaitTime | Duration | |
| MaximumWaitTime | Duration | |
| MaximumAutomaticWaitTime | Duration | |
| StandardTransferTime | Duration | |
| MinimumTransferTime | Duration | |
| MaximumTransferTime | Duration | |
| Extensions | Extensions | |
Example
{
  "InterchangeCode" : "...",
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "FeederRef" : {
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "ParticipantRef" : {
      "value" : "..."
    }
  },
  "FeederArrivalStopRef" : {
    "value" : "..."
  },
  "FeederVisitNumber" : 12345,
  "DistributorRef" : {
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "ParticipantRef" : {
      "value" : "..."
    }
  },
  "DistributorDepartureStopRef" : {
    "value" : "..."
  },
  "DistributorVisitNumber" : 12345,
  "StaySeated" : true,
  "Guaranteed" : true,
  "Advertised" : true,
  "StandardWaitTime" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "MaximumWaitTime" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "MaximumAutomaticWaitTime" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "StandardTransferTime" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "MinimumTransferTime" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "MaximumTransferTime" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  }
}