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
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| name | getName() | setName($value) | string | The internal name of this image. Identifies this image in calls to the Connect APIs. | [optional] |
| url | getUrl() | setUrl($value) | string | The URL of this image. Generated by Square after an image is uploaded to the CreateCatalogImage endpoint. | [optional] |
| caption | getCaption() | setCaption($value) | string | A 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.