Interface ModuleBuyAndStore

Base interface shared by all journal event types.

interface ModuleBuyAndStore {
    BuyItem: string;
    BuyItem_Localised?: string;
    BuyPrice: number;
    MarketID?: number;
    Ship: string;
    ShipID: number;
    event: "ModuleBuyAndStore";
    timestamp: string;
}

Hierarchy (view full)

Properties

BuyItem: string
BuyItem_Localised?: string
BuyPrice: number
MarketID?: number
Ship: string
ShipID: number
event: "ModuleBuyAndStore"

The type of event.

timestamp: string

The time in GMT, ISO 8601.