Interface PayBounties

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

AllFines?: boolean
Amount: number
BrokerPercentage?: number
Faction: string
Faction_Localised?: string
ShipID: number
event: "PayBounties"

The type of event.

timestamp: string

The time in GMT, ISO 8601.