Interface BusinessUnitAssociateChangedMessagePayload

Generated after a successful Change Associate update action.

interface BusinessUnitAssociateChangedMessagePayload {
    associate: Associate;
    type: "BusinessUnitAssociateChanged";
}

Properties

Properties

associate: Associate

The Associate that was updated.

type: "BusinessUnitAssociateChanged"

Generated using TypeDoc