| name | data type | description | 
|---|---|---|
| Reason | NaturalLanguageStringStructure | |
| Extensions | ExtensionsStructure | |
Properties inherited from AbstractDistributorItemStructure | 
        ||
| InterchangeRef | InterchangeRefStructure | |
| ConnectionLinkRef | ConnectionLinkRefStructure | |
| StopPointRef | StopPointRefStructure | |
| DistributorVisitNumber | number | |
| DistributorOrder | number | |
| DistributorJourney | InterchangeJourneyStructure | |
| FeederVehicleJourneyRef | array of FramedVehicleJourneyRefStructure | |
Properties inherited from AbstractItemStructure | 
        ||
| RecordedAtTime | string | |
Example
{
  "Reason" : {
    "value" : "...",
    "lang" : "..."
  },
  "Extensions" : {
    "any" : { }
  },
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "DistributorVisitNumber" : 12345,
  "DistributorOrder" : 12345,
  "DistributorJourney" : {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "ferry", "coach" ],
    "RouteRef" : {
      "value" : "..."
    },
    "PublishedLineName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ExternalLineRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "ProductCategoryRef" : {
      "value" : "..."
    },
    "ServiceFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "OriginRef" : {
      "value" : "..."
    },
    "OriginName" : {
      "value" : "...",
      "lang" : "..."
    },
    "OriginShortName" : {
      "value" : "...",
      "lang" : "..."
    },
    "Via" : [ {
      "PlaceRef" : { },
      "PlaceName" : { },
      "PlaceShortName" : [ { }, { } ]
    }, {
      "PlaceRef" : { },
      "PlaceName" : { },
      "PlaceShortName" : [ { }, { } ]
    } ],
    "DestinationRef" : {
      "value" : "..."
    },
    "DestinationName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DestinationShortName" : {
      "value" : "...",
      "lang" : "..."
    },
    "VehicleJourneyName" : {
      "value" : "...",
      "lang" : "..."
    },
    "JourneyNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "HeadwayService" : true,
    "OriginAimedDepartureTime" : "...",
    "DestinationAimedArrivalTime" : "...",
    "SituationRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityChange" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "BlockRef" : {
      "value" : "..."
    },
    "CourseOfJourneyRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "Monitored" : true,
    "AimedDepartureTime" : "...",
    "Extensions" : {
      "any" : { }
    }
  },
  "FeederVehicleJourneyRef" : [ {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  }, {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  } ],
  "RecordedAtTime" : "..."
}