@kayahr/ed-journal
    Preparing search index...

    Interface DockingDenied

    Written when the station denies a docking request.

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

    Hierarchy (View Summary)

    Index

    Properties

    event: "DockingDenied"

    The type of event.

    MarketID?: ID
    Reason: string
    StationName: string
    StationType?: StationType
    timestamp: string

    The time in GMT, ISO 8601.