Interface BusinessUnitStatusChangedMessagePayload

Generated after a successful Change Status update action.

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

Properties

Properties

active: string

Updated status of the Business Unit.

type: "BusinessUnitStatusChanged"

Generated using TypeDoc