CatalogImage

March 27, 2019 ยท View on GitHub

Description

An image file to use in Square catalogs. Can be associated with catalog items, item variations, and categories.

Properties

NameGetterSetterTypeDescriptionNotes
namegetName()setName($value)stringThe internal name of this image. Identifies this image in calls to the Connect APIs.[optional]
urlgetUrl()setUrl($value)stringThe URL of this image. Generated by Square after an image is uploaded to the CreateCatalogImage endpoint.[optional]
captiongetCaption()setCaption($value)stringA caption that describes what is shown in the image. Displayed in the Square Online Store.[optional]

Note: All properties are protected and only accessed via getters and setters.

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