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

    Interface MyCustomerSetMiddleNameAction

    interface MyCustomerSetMiddleNameAction {
        action: "setMiddleName";
        middleName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setMiddleName"
    middleName?: string

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