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

    Interface AssociateRoleSetNameAction

    Updating the name of an AssociateRole generates an AssociateRoleNameSet Message.

    interface AssociateRoleSetNameAction {
        action: "setName";
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setName"
    name?: string

    New name to set. If name is absent or null, the existing name, if any, will be removed.