Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (15 loc) · 1.04 KB

ListCustomersRequest.md

File metadata and controls

32 lines (15 loc) · 1.04 KB

SquareConnect.ListCustomersRequest

Properties

Name Type Description Notes
cursor String A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query. See Paginating results for more information. [optional]
sort_field String Indicates how Customers should be sorted. Default: `DEFAULT`. See CustomerSortField for possible values. [optional]
sort_order String Indicates whether Customers should be sorted in ascending (`ASC`) or descending (`DESC`) order. Default: `ASC`. See SortOrder for possible values. [optional]

Enum: SortFieldEnum

  • DEFAULT (value: "DEFAULT")

  • CREATED_AT (value: "CREATED_AT")

Enum: SortOrderEnum

  • DESC (value: "DESC")

  • ASC (value: "ASC")