Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitCustomerGroupAssignmentAddedMessagePayload

    Generated after a successful Add CustomerGroupAssignment update action.

    interface BusinessUnitCustomerGroupAssignmentAddedMessagePayload {
        customerGroupAssignment: CustomerGroupAssignment;
        type: "BusinessUnitCustomerGroupAssignmentAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customerGroupAssignment: CustomerGroupAssignment

    Customer Group assigned to the Business Unit during the Add CustomerGroupAssignment update action.

    type: "BusinessUnitCustomerGroupAssignmentAdded"