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

Latest commit

 

History

History
17 lines (9 loc) · 657 Bytes

CatalogIdMapping.md

File metadata and controls

17 lines (9 loc) · 657 Bytes

Square.Connect.Model.CatalogIdMapping

Description

A mapping between a client-supplied temporary ID and a permanent server ID.

Properties

Name Type Description Notes
ClientObjectId string The client-supplied, temporary `#`-prefixed ID for a new `CatalogObject`. [optional]
ObjectId string The permanent ID for the CatalogObject created by the server. [optional]

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