Produces the Order Payment State Changed Message.

interface OrderChangePaymentStateAction {
    action: "changePaymentState";
    paymentState: string;
}

Properties

Properties

action: "changePaymentState"
paymentState: string

New payment status of the Order.