SearchCatalogObjectsResponse

March 13, 2019 ยท View on GitHub

squareconnect.models.search_catalog_objects_response

Description

Properties

NameTypeDescriptionNotes
errorslist[Error]The set of Errors encountered.[optional]
cursorstrThe pagination cursor to be used in a subsequent request. If unset, this is the final response. See Pagination for more information.[optional]
objectslist[CatalogObject]The CatalogObjects returned.[optional]
related_objectslist[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]