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

Latest commit

 

History

History
17 lines (10 loc) · 1.01 KB

BatchDeleteCatalogObjectsResponse.md

File metadata and controls

17 lines (10 loc) · 1.01 KB

BatchDeleteCatalogObjectsResponse

Description

Properties

Name Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] The set of Errors encountered. [optional]
deleted_object_ids getDeletedObjectIds() setDeletedObjectIds($value) string[] The IDs of all CatalogObjects deleted by this request. [optional]
deleted_at getDeletedAt() setDeletedAt($value) string The database timestamp of this deletion in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z". [optional]

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

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