public sealed class ExactPrice : IMessage<ProductCatalogItem.Types.ExactPrice>, IEquatable<ProductCatalogItem.Types.ExactPrice>, IDeepCloneable<ProductCatalogItem.Types.ExactPrice>, IBufferMessage, IMessage
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)
Parameter | |
---|---|
Name | Description |
other | ProductCatalogItem.Types.ExactPrice |
Properties
DisplayPrice
public float DisplayPrice { get; set; }
Optional. Display price of the product.
Property Value | |
---|---|
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'.
Property Value | |
---|---|
Type | Description |
Single |