Interface BusinessUnitAssociateChangedMessagePayload

Generated after a successful Change Associate update action.

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

Hierarchy (View Summary)

Properties

Properties

associate: Associate

The Associate that was updated.

type: "BusinessUnitAssociateChanged"