Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 2.32 KB

getcustomersrequest.md

File metadata and controls

17 lines (12 loc) · 2.32 KB

GetCustomersRequest

Example Usage

import { GetCustomersRequest } from "dub/models/operations";

let value: GetCustomersRequest = {};

Fields

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).