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

    Interface MyPaymentAddTransactionAction

    Adding a Transaction to a Payment generates the PaymentTransactionAdded Message. Once a Transaction is added to the Payment, it can no longer be updated or deleted using the My Payments API.

    interface MyPaymentAddTransactionAction {
        action: "addTransaction";
        transaction: TransactionDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addTransaction"
    transaction: TransactionDraft

    Transaction to add to the Payment.