GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPriceArgs

data class GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPriceArgs(val displayPrice: Output<Double>? = null, val originalPrice: Output<Double>? = null) : ConvertibleToJava<GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPriceArgs>

Exact product price.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPriceArgs

Properties

Link copied to clipboard
val displayPrice: Output<Double>? = null

Optional. Display price of the product.

Link copied to clipboard
val originalPrice: Output<Double>? = null

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