Interface ShipyardSwap

TODO Verify by swapping ship and selling the old one at the same time.

interface ShipyardSwap {
    MarketID?: number;
    SellOldShip?: string;
    SellShipID?: number;
    ShipID: number;
    ShipType: string;
    ShipType_Localised?: string;
    StoreOldShip?: string;
    StoreShipID?: number;
    event: "ShipyardSwap";
    timestamp: string;
}

Hierarchy (view full)

Properties

MarketID?: number
SellOldShip?: string
SellShipID?: number
ShipID: number
ShipType: string
ShipType_Localised?: string
StoreOldShip?: string
StoreShipID?: number
event: "ShipyardSwap"

The type of event.

timestamp: string

The time in GMT, ISO 8601.