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

    Interface CustomerSetLastNameAction

    Setting the last name of the Customer produces the CustomerLastNameSet Message.

    interface CustomerSetLastNameAction {
        action: "setLastName";
        lastName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setLastName"
    lastName?: string

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