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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
19 lines (10 loc) · 955 Bytes

BatchUpsertCatalogObjectsResponse.md

File metadata and controls

19 lines (10 loc) · 955 Bytes

Square.Connect.Model.BatchUpsertCatalogObjectsResponse

Description

Properties

Name Type Description Notes
Errors List<Error> Information on any errors that encountered. [optional]
Objects List<CatalogObject> The created successfully 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]