Interface ModuleSell

Base interface shared by all journal event types.

interface ModuleSell {
    MarketID?: number;
    SellItem: string;
    SellItem_Localised?: string;
    SellPrice: number;
    Ship: string;
    ShipID: number;
    Slot: string;
    event: "ModuleSell";
    timestamp: string;
}

Hierarchy (view full)

Properties

MarketID?: number
SellItem: string
SellItem_Localised?: string
SellPrice: number
Ship: string
ShipID: number
Slot: string
event: "ModuleSell"

The type of event.

timestamp: string

The time in GMT, ISO 8601.