UnmanifestedShipmentLocation info

UnmanifestedShipmentLocation

interface UnmanifestedShipmentLocation {
    address?: Address;
    lastManifestDate?: string;
}

Properties

address?: Address

UnmanifestedShipmentLocation

lastManifestDate?: string

Its Last Manifest Date.

UnmanifestedShipmentLocation