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

Latest commit

 

History

History
18 lines (11 loc) · 1.23 KB

BatchUpsertCatalogObjectsResponse.md

File metadata and controls

18 lines (11 loc) · 1.23 KB

BatchUpsertCatalogObjectsResponse

Description

Properties

Name Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] Information on any errors that encountered. [optional]
objects getObjects() setObjects($value) \SquareConnect\Model\CatalogObject[] The created successfully created CatalogObjects. [optional]
updated_at getUpdatedAt() setUpdatedAt($value) string The database timestamp of this update in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z". [optional]
id_mappings getIdMappings() setIdMappings($value) \SquareConnect\Model\CatalogIdMapping[] The mapping between client and server IDs for this upsert. [optional]

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

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