Show / Hide Table of Contents

Class GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice

Exact product price.

Inheritance
object
GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice : IDirectResponseSchema

Properties

DisplayPrice

Optional. Display price of the product.

Declaration
[JsonProperty("displayPrice")]
public virtual float? DisplayPrice { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OriginalPrice

Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.

Declaration
[JsonProperty("originalPrice")]
public virtual float? OriginalPrice { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX