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

    Interface CustomerSetCompanyNameAction

    Setting a company name produces the CustomerCompanyNameSet Message.

    interface CustomerSetCompanyNameAction {
        action: "setCompanyName";
        companyName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCompanyName"
    companyName?: string

    Value to set. If empty, any existing value is removed.