Interface ShippingApiModelV2UnmanifestedCarrierInformation

UnmanifestedCarrierInformation like carrierId CarrierName and Location

UnmanifestedCarrierInformation

interface ShippingApiModelV2UnmanifestedCarrierInformation {
    carrierId?: string;
    carrierName?: string;
    unmanifestedShipmentLocationList?: ShippingApiModelV2UnmanifestedShipmentLocation[];
}

Properties

carrierId?: string

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

UnmanifestedCarrierInformation

carrierName?: string

The carrier name for the offering.

UnmanifestedCarrierInformation

unmanifestedShipmentLocationList?: ShippingApiModelV2UnmanifestedShipmentLocation[]

A list of UnmanifestedShipmentLocation

UnmanifestedCarrierInformation

MMNEPVFCICPMFPCPTTAAATR