Interface CarrierBuy

Base interface shared by all journal event types.

interface CarrierBuy {
    BoughtAtMarket: number;
    Callsign: string;
    CarrierID: number;
    Location: string;
    Price: number;
    SystemAddress: number;
    Variant: string;
    event: "CarrierBuy";
    timestamp: string;
}

Hierarchy (view full)

Properties

BoughtAtMarket: number
Callsign: string
CarrierID: number
Location: string
Price: number
SystemAddress: number
Variant: string
event: "CarrierBuy"

The type of event.

timestamp: string

The time in GMT, ISO 8601.