Square.Connect.Model.CatalogIdMapping
November 20, 2019 ยท View on GitHub
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] |