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

Latest commit

 

History

History
18 lines (11 loc) · 927 Bytes

File metadata and controls

18 lines (11 loc) · 927 Bytes

BatchUpsertCatalogObjectsResponse

squareconnect.models.batch_upsert_catalog_objects_response

Description

Properties

Name Type Description Notes
errors list[Error] The set of Errors encountered. [optional]
objects list[CatalogObject] The created CatalogObjects [optional]
updated_at str The database timestamp of this update in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z". [optional]
id_mappings list[CatalogIdMapping] The mapping between client and server IDs for this Upsert. [optional]

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