Pennylane API Client
    Preparing search index...

    Interface CustomerFilterCustomerType

    Customer list filter item for customer type.

    interface CustomerFilterCustomerType {
        field: "customer_type";
        operator: "eq" | "not_eq";
        value: "company" | "individual";
    }
    Index

    Properties

    Properties

    field: "customer_type"
    operator: "eq" | "not_eq"
    value: "company" | "individual"