Interface BusinessUnitParentUnitChangedMessagePayload

Generated after a successful Change Parent Unit update action.

interface BusinessUnitParentUnitChangedMessagePayload {
    newParentUnit?: BusinessUnitKeyReference;
    oldParentUnit?: BusinessUnitKeyReference;
    type: "BusinessUnitParentUnitChanged";
}

Properties

newParentUnit?: BusinessUnitKeyReference

Parent unit of the Business Unit after the Change Parent Unit update action.

oldParentUnit?: BusinessUnitKeyReference

Parent unit of the Business Unit before the Change Parent Unit update action.

type: "BusinessUnitParentUnitChanged"

Generated using TypeDoc