public sealed class ProductCatalogItem.Types.ExactPrice : IMessage<ProductCatalogItem.Types.ExactPrice>, IEquatable<ProductCatalogItem.Types.ExactPrice>, IDeepCloneable<ProductCatalogItem.Types.ExactPrice>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ProductCatalogItem.Types.ExactPrice.
[[["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 document provides reference information for the `ProductCatalogItem.Types.ExactPrice` class within the Recommendations AI v1beta1 API, focusing on exact product pricing."],["The `ExactPrice` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data structure."],["The class has two constructors: a default `ExactPrice()` constructor and another that accepts an `ExactPrice` object for copying its values."],["It includes two key properties: `DisplayPrice`, which represents the product's displayed price, and `OriginalPrice`, which is the price without discounts and defaults to the `displayPrice` if set to zero."],["This class is located within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace and is part of the `Google.Cloud.RecommendationEngine.V1Beta1.dll` assembly."]]],[]]