Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
13 lines (8 loc) · 989 Bytes

DeleteCatalogObjectResponse.md

File metadata and controls

13 lines (8 loc) · 989 Bytes

Square.Connect.Model.DeleteCatalogObjectResponse

Properties

Name Type Description Notes
Errors List<Error> The set of Errors encountered. [optional]
DeletedObjectIds List The IDs of all CatalogObjects deleted by this request. Multiple IDs may be returned when associated objects are also deleted, for example a CatalogItemVariation will be deleted (and its ID included in this field) when its parent CatalogItem is deleted. [optional]
DeletedAt string The database timestamp of this deletion in RFC 3339 format, e.g., &quot;2016-09-04T23:59:33.123Z&quot;. [optional]

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