Generated after a successful Change Status update action.

interface BusinessUnitStatusChangedMessagePayload {
    active: string;
    type: "BusinessUnitStatusChanged";
}

Hierarchy (View Summary)

Properties

Properties

active: string

Updated status of the Business Unit.

type: "BusinessUnitStatusChanged"