Interface DockingDenied

Written when the station denies a docking request.

interface DockingDenied {
    MarketID?: number;
    Reason: string;
    StationName: string;
    StationType?: string;
    event: "DockingDenied";
    timestamp: string;
}

Hierarchy (view full)

Properties

MarketID?: number
Reason: string
StationName: string
StationType?: string
event: "DockingDenied"

The type of event.

timestamp: string

The time in GMT, ISO 8601.