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

    Interface OrderCustomerGroupSetMessagePayload

    Generated after a successful Set Customer Group update action.

    interface OrderCustomerGroupSetMessagePayload {
        customerGroup?: CustomerGroupReference;
        oldCustomerGroup?: CustomerGroupReference;
        type: "OrderCustomerGroupSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customerGroup?: CustomerGroupReference

    CustomerGroup on the Order after the Set Customer Group update action.

    oldCustomerGroup?: CustomerGroupReference

    CustomerGroup on the Order before the Set Customer Group update action.

    type: "OrderCustomerGroupSet"