SearchCatalogObjectsResponse

November 20, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Information on any errors encountered.[optional]
cursorgetCursor()setCursor($value)stringThe pagination cursor to be used in a subsequent request. If unset, this is the final response. See Pagination for more information.[optional]
objectsgetObjects()setObjects($value)\SquareConnect\Model\CatalogObject[]The CatalogObjects returned.[optional]
related_objectsgetRelatedObjects()setRelatedObjects($value)\SquareConnect\Model\CatalogObject[]A list of CatalogObjects referenced by the objects in the `objects` field.[optional]
latest_timegetLatestTime()setLatestTime($value)stringWhen the associated product catalog was last updated. Will match the value for `end_time` or `cursor` if either field is included in the `SearchCatalog` request.[optional] [beta]

Note: All properties are protected and only accessed via getters and setters.

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