Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
14 lines (9 loc) · 888 Bytes

BatchUpsertCatalogObjectsResponse.md

File metadata and controls

14 lines (9 loc) · 888 Bytes

Square.Connect.Model.BatchUpsertCatalogObjectsResponse

Properties

Name Type Description Notes
Errors List<Error> The set of Errors encountered. [optional]
Objects List<CatalogObject> The created CatalogObjects [optional]
UpdatedAt string The database timestamp of this update in RFC 3339 format, e.g., &quot;2016-09-04T23:59:33.123Z&quot;. [optional]
IdMappings List<CatalogIdMapping> The mapping between client and server IDs for this Upsert. [optional]

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