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

    Interface StagedOrderChangePaymentStateAction

    Produces the Order Payment State Changed Message.

    interface StagedOrderChangePaymentStateAction {
        action: "changePaymentState";
        paymentState: PaymentState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changePaymentState"
    paymentState: PaymentState

    New payment status of the Order.