The delivery information for the package. This information is available after the package is delivered.

DeliveryInformation

interface DeliveryInformation {
    deliveryDocumentList?: DeliveryDocument[];
    dropOffLocation?: DropOffLocation;
}

Properties

deliveryDocumentList?: DeliveryDocument[]

A list of delivery documents for a package.

DeliveryInformation

dropOffLocation?: DropOffLocation

DeliveryInformation