Interface Market

Base interface shared by all journal event types.

interface Market {
    CarrierDockingAccess?: string;
    MarketID: number;
    StarSystem: string;
    StationName: string;
    StationType?: string;
    event: "Market";
    timestamp: string;
}

Hierarchy (view full)

Properties

CarrierDockingAccess?: string
MarketID: number
StarSystem: string
StationName: string
StationType?: string
event: "Market"

The type of event.

timestamp: string

The time in GMT, ISO 8601.