@sumup/sdk
    Preparing search index...

    Type Alias TransactionEvent

    Details of a transaction event.

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

    Properties

    date?: string

    Date when the transaction event occurred.

    due_date?: string

    Date when the transaction event is due to occur.

    installment_number?: number

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