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

    Interface PaymentTransactionAddedMessagePayload

    Generated after a successful Add Transaction update action.

    interface PaymentTransactionAddedMessagePayload {
        transaction: Transaction;
        type: "PaymentTransactionAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    transaction: Transaction

    Transaction that was added to the Payment.

    type: "PaymentTransactionAdded"