Pennylane API Client
    Preparing search index...

    Interface CustomerInvoiceFilterMultiValue

    Customer invoice filter item for operators that accept multiple values.

    interface CustomerInvoiceFilterMultiValue {
        field: CustomerInvoiceFilterField;
        operator: "in" | "not_in";
        value: readonly string[];
    }
    Index

    Properties

    Properties

    operator: "in" | "not_in"
    value: readonly string[]