public sealed class 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.
Exact product price.
Implements
IMessage<ProductCatalogItem.Types.ExactPrice>, IEquatable<ProductCatalogItem.Types.ExactPrice>, IDeepCloneable<ProductCatalogItem.Types.ExactPrice>, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
ExactPrice()
public ExactPrice()
ExactPrice(ProductCatalogItem.Types.ExactPrice)
public ExactPrice(ProductCatalogItem.Types.ExactPrice other)
Name | Description |
other | ProductCatalogItem.Types.ExactPrice |
Properties
DisplayPrice
public float DisplayPrice { get; set; }
Optional. Display price of the product.
Type | Description |
Single |
OriginalPrice
public float OriginalPrice { get; set; }
Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.
Type | Description |
Single |