@kayahr/ed-journal

    Interface PayBounties

    Base interface shared by all journal event types.

    interface PayBounties {
        AllFines?: boolean;
        Amount: number;
        BrokerPercentage?: number;
        event: "PayBounties";
        Faction?: string;
        Faction_Localised?: string;
        ShipID: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    AllFines?: boolean
    Amount: number
    BrokerPercentage?: number
    event: "PayBounties"

    The type of event.

    Faction?: string
    Faction_Localised?: string
    ShipID: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR