An event of a shipment

Event

interface Event {
    eventCode: string;
    eventTime: string;
    location?: Location;
}

Properties

eventCode: string

The event code of a shipment, such as Departed, Received, and ReadyForReceive.

Event

eventTime: string

The date and time of an event for a shipment.

Event

location?: Location

Event