Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1015 Bytes

CartItemMultimedia.md

File metadata and controls

18 lines (14 loc) · 1015 Bytes

com.ultracart.admin.v2.Model.CartItemMultimedia

Properties

Name Type Description Notes
Code string Code assigned to the multimedia [optional]
Description string Description [optional]
ExcludeFromGallery bool? True if the image should be excluded from galleries [optional]
ImageHeight int? Image height [optional]
ImageWidth int? Image width [optional]
IsDefault bool? True if the multimedia is the default for this type [optional]
Thumbnails List<CartItemMultimediaThumbnail> Thumbnails of the images [optional]
Type string Type of multimedia [optional]
Url string URL to view multimedia at [optional]

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