Interface CancelDropship

Base interface shared by all journal event types.

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

Hierarchy (View Summary, Expand)

Properties

event: "CancelDropship"

The type of event.

Refund: number
timestamp: string

The time in GMT, ISO 8601.

MMNEPVFCICPMFPCPTTAAATR