Indicates that the edit has not been applied or processed in any way.

interface OrderEditNotProcessed {
    type: "NotProcessed";
}

Properties

Properties

type: "NotProcessed"