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

    Interface MyCustomerSetSalutationAction

    interface MyCustomerSetSalutationAction {
        action: "setSalutation";
        salutation?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setSalutation"
    salutation?: string

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