Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 992 Bytes

UpsertCatalogObjectResponse.md

File metadata and controls

13 lines (9 loc) · 992 Bytes

UpsertCatalogObjectResponse

Properties

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