Change triggered by the Set CustomerGroup update action.

interface SetCustomerGroupChange {
    change: string;
    nextValue: Reference;
    previousValue: Reference;
    type: "SetCustomerGroupChange";
}

Properties

change: string
nextValue: Reference

Value after the change.

previousValue: Reference

Value before the change.

type: "SetCustomerGroupChange"