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

Latest commit

 

History

History
16 lines (10 loc) · 707 Bytes

File metadata and controls

16 lines (10 loc) · 707 Bytes

CatalogIdMapping

squareconnect.models.catalog_id_mapping

Description

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

Properties

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]

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