A tracking event.

Event

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

Properties

eventCode: EventCode

Event

eventTime: string

The ISO 8601 formatted timestamp of the event.

Event

location?: Location

Event