Interface CarrierJumpRequest

Base interface shared by all journal event types.

interface CarrierJumpRequest {
    Body?: string;
    BodyID: number;
    CarrierID: number;
    DepartureTime?: string;
    SystemAddress: number;
    SystemName: string;
    event: "CarrierJumpRequest";
    timestamp: string;
}

Hierarchy (view full)

Properties

Body?: string
BodyID: number
CarrierID: number
DepartureTime?: string
SystemAddress: number
SystemName: string
event: "CarrierJumpRequest"

The type of event.

timestamp: string

The time in GMT, ISO 8601.