@gradientedge/commercetools-utils
    Preparing search index...

    Interface PaymentTransactionStateChangedMessagePayload

    Generated after a successful Change TransactionState update action.

    interface PaymentTransactionStateChangedMessagePayload {
        state: TransactionState;
        transactionId: string;
        type: "PaymentTransactionStateChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    transactionId: string

    Unique identifier for the Transaction for which the Transaction State changed.

    type: "PaymentTransactionStateChanged"