Interface CarrierBuy

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

BoughtAtMarket: number
Callsign: string
CarrierID: number
event: "CarrierBuy"

The type of event.

Location: string
Price: number
SystemAddress: number
timestamp: string

The time in GMT, ISO 8601.

Variant: string