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

Latest commit

 

History

History
17 lines (10 loc) · 1005 Bytes

UpsertCatalogObjectResponse.md

File metadata and controls

17 lines (10 loc) · 1005 Bytes

UpsertCatalogObjectResponse

Description

Properties

Name Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] Information on any errors encountered. [optional]
catalog_object getCatalogObject() setCatalogObject($value) \SquareConnect\Model\CatalogObject The successfully created or updated CatalogObject. [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]