Pennylane API Client
Preparing search index...
CustomerFilterMultiValue
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
field
operator
value
Properties
Readonly
field
field
:
"id"
|
"external_reference"
|
"reg_no"
|
"emails"
Readonly
operator
operator
:
"in"
|
"not_in"
Readonly
value
value
:
readonly
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
operator
value
Pennylane API Client
Loading...
Customer list filter item for operators that accept multiple values.