import { GetCustomersRequest } from "dub/models/operations";
let value: GetCustomersRequest = {};
Field | Type | Required | Description |
---|---|---|---|
email |
string | ➖ | A case-sensitive filter on the list based on the customer's email field. The value must be a string. |
externalId |
string | ➖ | A case-sensitive filter on the list based on the customer's externalId field. The value must be a string. |
includeExpandedFields |
boolean | ➖ | Whether to include expanded fields on the customer (link , partner , discount ). |