Interface ShipyardBuy

Verify by buying a new ship and selling the current one the same time.

interface ShipyardBuy {
    MarketID?: number;
    SellOldShip?: string;
    SellPrice?: number;
    SellShipID?: number;
    ShipPrice: number;
    ShipType: string;
    ShipType_Localised?: string;
    StoreOldShip?: string;
    StoreShipID?: number;
    event: "ShipyardBuy";
    timestamp: string;
}

Hierarchy (view full)

Properties

MarketID?: number
SellOldShip?: string
SellPrice?: number
SellShipID?: number
ShipPrice: number
ShipType: string
ShipType_Localised?: string
StoreOldShip?: string
StoreShipID?: number
event: "ShipyardBuy"

The type of event.

timestamp: string

The time in GMT, ISO 8601.