Interface BusinessUnitAssociateRemovedMessagePayload

Generated after a successful Remove Associate update action.

interface BusinessUnitAssociateRemovedMessagePayload {
    associate: Associate;
    type: "BusinessUnitAssociateRemoved";
}

Properties

Properties

associate: Associate

The Associate that was removed from the Business Unit.

type: "BusinessUnitAssociateRemoved"

Generated using TypeDoc