Class ProductCatalogItem.Types.ExactPrice (1.0.0-beta03)

public sealed class ExactPrice : IMessage<ProductCatalogItem.Types.ExactPrice>, IEquatable<ProductCatalogItem.Types.ExactPrice>, IDeepCloneable<ProductCatalogItem.Types.ExactPrice>, IBufferMessage, IMessage

Exact product price.

Inheritance

Object > ProductCatalogItem.Types.ExactPrice

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ExactPrice()

public ExactPrice()

ExactPrice(ProductCatalogItem.Types.ExactPrice)

public ExactPrice(ProductCatalogItem.Types.ExactPrice other)
Parameter
NameDescription
otherProductCatalogItem.Types.ExactPrice

Properties

DisplayPrice

public float DisplayPrice { get; set; }

Optional. Display price of the product.

Property Value
TypeDescription
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
TypeDescription
Single