ProductReviews

open class ProductReviews

Contains product review and rating information.

Constructors

Link copied to clipboard
constructor(rating: Double?, ratingScale: Range<Double>?, reviewCount: UInt?)

Properties

Link copied to clipboard

The product rating.

Link copied to clipboard

The allowable rating range.

Link copied to clipboard

The number of reviews.

Functions

Link copied to clipboard
open override fun toString(): String