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

    Interface CustomerFirstNameSetMessagePayload

    Generated after a successful Set First Name update action.

    interface CustomerFirstNameSetMessagePayload {
        firstName?: string;
        type: "CustomerFirstNameSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    firstName?: string

    The firstName that was set during the Set First Name update action.

    type: "CustomerFirstNameSet"