Interface BusinessUnitNameChangedMessagePayload

Generated after a successful Change Name update action.

interface BusinessUnitNameChangedMessagePayload {
    name: string;
    type: "BusinessUnitNameChanged";
}

Properties

Properties

name: string

Updated name of the Business Unit.

type: "BusinessUnitNameChanged"

Generated using TypeDoc