Interface DatalinkVoucher

Base interface shared by all journal event types.

interface DatalinkVoucher {
    PayeeFaction: string;
    Reward: number;
    VictimFaction: string;
    event: "DatalinkVoucher";
    timestamp: string;
}

Hierarchy (view full)

Properties

PayeeFaction: string
Reward: number
VictimFaction: string
event: "DatalinkVoucher"

The type of event.

timestamp: string

The time in GMT, ISO 8601.