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-07-09 UTC."],[[["This page 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, as detailed by the API."],["The `ProductCatalogItem.Types.PriceRange` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Max` and `Min`, which are both required `float` values representing the maximum and minimum prices in the product's price range."],["The class also has two constructors, one that is empty and another one that takes a `ProductCatalogItem.Types.PriceRange` to construct from."]]],[]]