squareconnect.models.catalog_id_mapping
A mapping between a client-supplied temporary ID and a permanent server ID.
| Name | Type | Description | Notes |
|---|---|---|---|
| client_object_id | str | The client-supplied, temporary `#`-prefixed ID for a new CatalogObject. | [optional] |
| object_id | str | The permanent ID for the CatalogObject created by the server. | [optional] |