Interface ApproachSettlement

Base interface shared by all journal event types.

interface ApproachSettlement {
    BodyID?: number;
    BodyName?: string;
    Latitude?: number;
    Longitude?: number;
    MarketID?: number;
    Name: string;
    Name_Localised?: string;
    SystemAddress?: number;
    event: "ApproachSettlement";
    timestamp: string;
}

Hierarchy (view full)

Properties

BodyID?: number
BodyName?: string
Latitude?: number
Longitude?: number
MarketID?: number
Name: string
Name_Localised?: string
SystemAddress?: number
event: "ApproachSettlement"

The type of event.

timestamp: string

The time in GMT, ISO 8601.