UnmanifestedCarrierInformation like carrierId CarrierName and Location

UnmanifestedCarrierInformation

interface UnmanifestedCarrierInformation {
    carrierId?: string;
    carrierName?: string;
    unmanifestedShipmentLocationList?: UnmanifestedShipmentLocation[];
}

Properties

carrierId?: string

The carrier identifier for the offering, provided by the carrier.

UnmanifestedCarrierInformation

carrierName?: string

The carrier name for the offering.

UnmanifestedCarrierInformation

unmanifestedShipmentLocationList?: UnmanifestedShipmentLocation[]

A list of UnmanifestedShipmentLocation

UnmanifestedCarrierInformation