@sumup/sdk
    Preparing search index...

    Type Alias ReceiptEvent

    Receipt Event

    Transaction event details as rendered on the receipt.

    type ReceiptEvent = {
        amount?: string;
        id?: TransactionEventID;
        receipt_no?: string;
        status?: TransactionEventStatus;
        timestamp?: string;
        transaction_id?: TransactionID;
        type?: TransactionEventType;
    }
    Index
    amount?: string

    Amount of the event.

    receipt_no?: string

    Receipt number associated with the event.

    timestamp?: string

    Date and time of the transaction event.

    transaction_id?: TransactionID