Generated after a successful Set Unit Type update action.

interface BusinessUnitTypeSetMessagePayload {
    oldParentUnit?: BusinessUnitKeyReference;
    oldUnitType: BusinessUnitType;
    parentUnit?: BusinessUnitKeyReference;
    type: "BusinessUnitTypeSet";
    unitType: BusinessUnitType;
}

Hierarchy (View Summary)

Properties

oldParentUnit?: BusinessUnitKeyReference

Parent unit of the Business Unit before the Set Unit Type update action.

oldUnitType: BusinessUnitType

Type of the Business Unit before the Set Unit Type update action.

Parent unit of the Business Unit after the Set Unit Type update action.

type: "BusinessUnitTypeSet"

Type of the Business Unit after the Set Unit Type update action.