Transportation details for the shipment.

TransportationDetails

interface TransportationDetails {
    trackingDetails: TrackingDetails[];
}

Properties

Properties

trackingDetails: TrackingDetails[]

Tracking details for the shipment. If using SPD transportation, this can be for each case. If not using SPD transportation, this is a single tracking entry for the entire shipment.

TransportationDetails