Interface CancelDropship

Base interface shared by all journal event types.

interface CancelDropship {
    Refund: number;
    event: "CancelDropship";
    timestamp: string;
}

Hierarchy (view full)

Properties

Refund: number
event: "CancelDropship"

The type of event.

timestamp: string

The time in GMT, ISO 8601.