Interface SellShipOnRebuy

TODO Verify by getting destroyed and selling the ship.

interface SellShipOnRebuy {
    SellShipId: number;
    ShipPrice: number;
    ShipType: string;
    System: string;
    event: "SellShipOnRebuy";
    timestamp: string;
}

Hierarchy (view full)

Properties

SellShipId: number
ShipPrice: number
ShipType: string
System: string
event: "SellShipOnRebuy"

The type of event.

timestamp: string

The time in GMT, ISO 8601.