Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitCustomerGroupAssignmentsSetMessagePayload

    Generated after a successful Set CustomerGroupAssignments update action.

    interface BusinessUnitCustomerGroupAssignmentsSetMessagePayload {
        customerGroupAssignments?: CustomerGroupAssignment[];
        oldCustomerGroupAssignments?: CustomerGroupAssignment[];
        type: "BusinessUnitCustomerGroupAssignmentsSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customerGroupAssignments?: CustomerGroupAssignment[]

    Customer Groups assigned to the Business Unit during the Set CustomerGroupAssignments update action.

    oldCustomerGroupAssignments?: CustomerGroupAssignment[]

    Customer Groups assigned to the Business Unit before the Set CustomerGroupAssignments update action.

    type: "BusinessUnitCustomerGroupAssignmentsSet"