@sumup/sdk
    Preparing search index...

    Type Alias ReceiptEvent

    Receipt Event

    Transaction event details as rendered on the receipt.

    type ReceiptEvent = {
        amount?: string;
        id?: EventID;
        receipt_no?: string;
        status?: EventStatus;
        timestamp?: string;
        transaction_id?: TransactionID;
        type?: EventType;
    }
    Index

    Properties

    amount?: string

    Amount of the event.

    id?: EventID
    receipt_no?: string

    Receipt number associated with the event.

    status?: EventStatus
    timestamp?: string

    Date and time of the transaction event.

    transaction_id?: TransactionID
    type?: EventType