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

    Interface OrderAddPaymentAction

    interface OrderAddPaymentAction {
        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.