Interface BusinessUnitAssociateAddedMessagePayload

Generated after a successful Add Associate update action.

interface BusinessUnitAssociateAddedMessagePayload {
    associate: Associate;
    type: "BusinessUnitAssociateAdded";
}

Properties

Properties

associate: Associate

The Associate that was added to the Business Unit.

type: "BusinessUnitAssociateAdded"

Generated using TypeDoc