Interface ShipyardSell

Base interface shared by all journal event types.

interface ShipyardSell {
    event: "ShipyardSell";
    MarketID?: number;
    SellShipID: number;
    ShipMarketID?: number;
    ShipPrice: number;
    ShipType: string;
    ShipType_Localised?: string;
    System?: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "ShipyardSell"

The type of event.

MarketID?: number
SellShipID: number
ShipMarketID?: number
ShipPrice: number
ShipType: string
ShipType_Localised?: string
System?: string
timestamp: string

The time in GMT, ISO 8601.