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

    Interface StagedOrderAddPaymentAction

    interface StagedOrderAddPaymentAction {
        action: "addPayment";
        payment: PaymentResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addPayment"

    Payment to add to the PaymentInfo. Must not be assigned to another Order or active Cart already.