Class GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice
Exact product price.
Implements
Inherited Members
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? |