The Response for the GetUnmanifestedShipmentsResponse operation.

GetUnmanifestedShipmentsResponse

interface GetUnmanifestedShipmentsResponse {
    unmanifestedCarrierInformationList?: UnmanifestedCarrierInformation[];
}

Properties

unmanifestedCarrierInformationList?: UnmanifestedCarrierInformation[]

A list of UnmanifestedCarrierInformation

GetUnmanifestedShipmentsResponse