Interface PayLegacyFines

Base interface shared by all journal event types.

interface PayLegacyFines {
    Amount: number;
    BrokerPercentage?: number;
    event: "PayLegacyFines";
    timestamp: string;
}

Hierarchy (view full)

Properties

Amount: number
BrokerPercentage?: number
event: "PayLegacyFines"

The type of event.

timestamp: string

The time in GMT, ISO 8601.