Interface TrackingDeliveryInformationInterfaceInternal

Interface version of TrackingDeliveryInformation

interface TrackingDeliveryInformationInterface {
    delivery_attempt_time: null | string;
    delivery_location: null | string;
    delivery_time: null | string;
    received_by: null | string;
    signed_by: null | string;
}

Implemented by

Properties

delivery_attempt_time: null | string

The time that a delivery attempt was last made

delivery_location: null | string

The location on the property where the package was left

delivery_time: null | string

The time the package was delivered

received_by: null | string

The name of the person who recieved the package

signed_by: null | string

The name of the person who signed for the package