@kayahr/ed-journal

    Interface PayLegacyFines

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

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

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR