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

    Interface CustomerLastNameSetMessagePayload

    Generated after a successful Set Last Name update action.

    interface CustomerLastNameSetMessagePayload {
        lastName?: string;
        type: "CustomerLastNameSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    lastName?: string

    The lastName that was set during the Set Last Name update action.

    type: "CustomerLastNameSet"