@gradientedge/commercetools-utils
    Preparing search index...

    Interface ApprovalRuleSetNameAction

    Setting the name for an Approval Rule generates an ApprovalRuleNameSet Message.

    interface ApprovalRuleSetNameAction {
        action: "setName";
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setName"
    name: string

    New name to set for the Approval Rule.