Pennylane API Client
    Preparing search index...

    Interface CustomerFilterMultiValue

    Customer list filter item for operators that accept multiple values.

    interface CustomerFilterMultiValue {
        field: "id" | "external_reference" | "reg_no" | "emails";
        operator: "in" | "not_in";
        value: readonly string[];
    }
    Index

    Properties

    Properties

    field: "id" | "external_reference" | "reg_no" | "emails"
    operator: "in" | "not_in"
    value: readonly string[]