interface StagedOrderChangePaymentStateAction {
    action: "changePaymentState";
    paymentState?: string;
}

Properties

action: "changePaymentState"
paymentState?: string

Generated using TypeDoc