AlsoAvailableItem

data class AlsoAvailableItem(val image: String?, val url: String?, val title: String?)

Represents an item available for purchase in Prismic content.

Holds details about an additional item, such as image, URL, and title.

Constructors

Link copied to clipboard
constructor(image: String?, url: String?, title: String?)

Properties

Link copied to clipboard

The item's image URL, if available.

Link copied to clipboard

The item's title, if available.

Link copied to clipboard
val url: String?

The item's URL, if available.