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

    Interface CustomerCompanyNameSetMessagePayload

    Generated after a successful Set Company Name update action.

    interface CustomerCompanyNameSetMessagePayload {
        companyName?: string;
        type: "CustomerCompanyNameSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    companyName?: string

    The companyName that was set during the Set Company Name update action.

    type: "CustomerCompanyNameSet"