Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 999 Bytes

SearchCustomersRequest.md

File metadata and controls

11 lines (8 loc) · 999 Bytes

SearchCustomersRequest

Properties

Name Type Description Notes
Cursor string Include the pagination cursor in subsequent calls to this endpoint to retrieve the next set of results associated with the original query. See the Pagination guide for more information. [optional] [default to null]
Limit int64 A limit on the number of results to be returned in a single page. The limit is advisory - the implementation may return more or fewer results. If the supplied limit is negative, zero, or is higher than the maximum limit of 100, it will be ignored. [optional] [default to null]
Query *CustomerQuery [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]