Generated after a successful Set Custom Type with empty parameters.

interface OrderCustomTypeRemovedMessagePayload {
    previousTypeId?: string;
    type: "OrderCustomTypeRemoved";
}

Properties

previousTypeId?: string

id of the Custom Type that was removed. Absent if there was no previous Custom Type present.

type: "OrderCustomTypeRemoved"