public sealed class ProductCatalogItem.Types.PriceRange : IMessage<ProductCatalogItem.Types.PriceRange>, IEquatable<ProductCatalogItem.Types.PriceRange>, IDeepCloneable<ProductCatalogItem.Types.PriceRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ProductCatalogItem.Types.PriceRange.
Product price range when there are a range of prices for different
variations of the same product.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This document provides reference documentation for the `ProductCatalogItem.Types.PriceRange` class within the Recommendations AI v1beta1 API, outlining its structure and functionality."],["`ProductCatalogItem.Types.PriceRange` represents the price range for products with varying prices, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `PriceRange()` for default initialization and `PriceRange(ProductCatalogItem.Types.PriceRange other)` for copying an existing instance."],["The class has two properties: `Min`, which sets the minimum product price, and `Max`, which sets the maximum, both represented as floating-point numbers."],["The latest version for this documentation is 2.0.0-beta06, and this particular version being viewed is 2.0.0-beta05."]]],[]]