CatalogItem

Represents an item in the catalog with its complete set of attributes and metadata.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Supplementary information about the catalog item beyond the basic description.

Link copied to clipboard

Additional attributes or properties associated with the catalog item stored as key-value pairs.

Link copied to clipboard

The category to which the catalog item belongs.

Link copied to clipboard
val code: String?

The product code or SKU of the catalog item.

Link copied to clipboard

The timestamp when the catalog item was created.

Link copied to clipboard

A detailed description of the catalog item.

Link copied to clipboard
val id: String?

The unique identifier for the catalog item.

Link copied to clipboard

The URL link to the item's image.

Link copied to clipboard
val link: String?

The URL link to the item's detailed page or external resource.

Link copied to clipboard
val name: String?

The display name of the catalog item.

Link copied to clipboard

The price of the catalog item.

Link copied to clipboard
val type: String?

The type classification of the catalog item.

Link copied to clipboard

The timestamp when the catalog item was last updated.

Functions

Link copied to clipboard
inline fun copy(block: CatalogItem.Builder.() -> Unit = {}): CatalogItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String