Interface PayFines

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

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

The type of event.

timestamp: string

The time in GMT, ISO 8601.