GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice constructor

GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice({
  1. double? displayPrice,
  2. double? originalPrice,
})

Implementation

GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice({
  this.displayPrice,
  this.originalPrice,
});