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

    Interface ReviewSetCustomerAction

    interface ReviewSetCustomerAction {
        action: "setCustomer";
        customer?: CustomerResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCustomer"

    Value to set. If empty, any existing value will be removed.