ImageInformationResponse

data class ImageInformationResponse(val imageType: String, val imageUrl: String)

Image for the product.

Constructors

Link copied to clipboard
constructor(imageType: String, imageUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the image.

Link copied to clipboard

Url of the image.