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

    Interface PaymentChangeTransactionStateAction

    Changing the TransactionState generates the PaymentTransactionStateChanged Message.

    interface PaymentChangeTransactionStateAction {
        action: "changeTransactionState";
        state: TransactionState;
        transactionId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeTransactionState"

    New TransactionState.

    transactionId: string

    Unique identifier of the Transaction.