Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 967 Bytes

SearchCatalogObjectsResponse.md

File metadata and controls

14 lines (9 loc) · 967 Bytes

Square.Connect.Model.SearchCatalogObjectsResponse

Properties

Name Type Description Notes
Errors List<Error> The set of Errors encountered. [optional]
Cursor string The pagination cursor to be used in a subsequent request. If unset, this is the final response. See Paginating results for more information. [optional]
Objects List<CatalogObject> The CatalogObjects returned. [optional]
RelatedObjects List<CatalogObject> A list of CatalogObjects referenced by the objects in the `objects` field. [optional]

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