ListingSummary

Summary information about a listing returned by search operations, including the listing name, description, badges, categories, pricing models, reviews, and associated products.

Types

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

Properties

Link copied to clipboard

The products associated with this listing.

Link copied to clipboard

Badges indicating special attributes of the listing.

Link copied to clipboard

The name of the catalog that the listing belongs to.

Link copied to clipboard

The categories used to classify this listing into logical groups.

Link copied to clipboard

A summary of fulfillment options available for the listing.

Link copied to clipboard

The unique identifier of the listing.

Link copied to clipboard

The human-readable display name of the listing.

Link copied to clipboard

The URL of the logo thumbnail image for the listing.

Link copied to clipboard

The pricing models for offers associated with this listing.

Link copied to clipboard

The pricing units that define the billing dimensions for offers associated with this listing.

Link copied to clipboard

The entity who created and published the listing.

Link copied to clipboard

A summary of customer reviews for the listing.

Link copied to clipboard

A 1–3 sentence summary describing the key aspects of the listing.

Functions

Link copied to clipboard
inline fun copy(block: ListingSummary.Builder.() -> Unit = {}): ListingSummary
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