Interface BusinessUnitApprovalRuleModeChangedMessagePayload

Generated after a successful Change Approval Rule Mode update action.

interface BusinessUnitApprovalRuleModeChangedMessagePayload {
    approvalRuleMode: string;
    oldApprovalRuleMode?: string;
    type: "BusinessUnitApprovalRuleModeChanged";
}

Properties

approvalRuleMode: string

BusinessUnitApprovalRuleMode of the Business Unit after the Change Approval Rule Mode update action.

oldApprovalRuleMode?: string

BusinessUnitApprovalRuleMode of the Business Unit before the Change Approval Rule Mode update action.

type: "BusinessUnitApprovalRuleModeChanged"