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

    Interface MyCustomerSetVatIdAction

    interface MyCustomerSetVatIdAction {
        action: "setVatId";
        vatId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setVatId"
    vatId?: string

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