@sumup/sdk
    Preparing search index...

    Type Alias TransactionEvent

    Details of a transaction event.

    type TransactionEvent = {
        amount?: number;
        date?: string;
        due_date?: string;
        event_type?: EventType;
        id?: EventID;
        installment_number?: number;
        status?: EventStatus;
        timestamp?: string;
    }
    Index

    Properties

    amount?: number

    Amount of the event.

    date?: string

    Date when the transaction event occurred.

    due_date?: string

    Date when the transaction event is due to occur.

    event_type?: EventType
    id?: EventID
    installment_number?: number

    Consecutive number of the installment that is paid. Applicable only payout events, i.e. event_type = PAYOUT.

    status?: EventStatus
    timestamp?: string

    Date and time of the transaction event.