Interface BusinessUnitAssociatesSetMessagePayload

Generated after a successful Set Associates update action.

interface BusinessUnitAssociatesSetMessagePayload {
    associates: Associate[];
    type: "BusinessUnitAssociatesSet";
}

Properties

Properties

associates: Associate[]

The list of Associates that was updated on the Business Unit.

type: "BusinessUnitAssociatesSet"

Generated using TypeDoc