Interface TrackingEventInterfaceInternal

Interface version of TrackingEvent

interface TrackingEventInterface {
    event_time: null | string;
    location: null | TrackingAddressAndContactInterface;
    status: TrackingStatusInterface;
}

Implemented by

Properties

event_time: null | string

The time the event occurred

Where the event occurred, and people at who can be contacted at that location

Details about the tracking event