| Name | Type | Description | Notes |
|---|---|---|---|
| code | String | Code assigned to the multimedia | [optional] |
| description | String | Description | [optional] |
| excludeFromGallery | Boolean | True if the image should be excluded from galleries | [optional] |
| imageHeight | Integer | Image height | [optional] |
| imageWidth | Integer | Image width | [optional] |
| isDefault | Boolean | True if the multimedia is the default for this type | [optional] |
| thumbnails | List<CartItemMultimediaThumbnail> | Thumbnails of the images | [optional] |
| type | TypeEnum | Type of multimedia | [optional] |
| url | String | URL to view multimedia at | [optional] |
| Name | Value |
|---|---|
| IMAGE | "Image" |
| "PDF" | |
| TEXT | "Text" |
| UNKNOWN | "Unknown" |
| VIDEO | "Video" |