BatchUpsertCatalogObjectsResponse

November 20, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Information on any errors that encountered.[optional]
objectsgetObjects()setObjects($value)\SquareConnect\Model\CatalogObject[]The created successfully created CatalogObjects.[optional]
updated_atgetUpdatedAt()setUpdatedAt($value)stringThe database timestamp of this update in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z".[optional]
id_mappingsgetIdMappings()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]