GoogleCloudRetailV2PriceInfo constructor

GoogleCloudRetailV2PriceInfo({
  1. double? cost,
  2. String? currencyCode,
  3. double? originalPrice,
  4. double? price,
  5. String? priceEffectiveTime,
  6. String? priceExpireTime,
  7. GoogleCloudRetailV2PriceInfoPriceRange? priceRange,
})

Implementation

GoogleCloudRetailV2PriceInfo({
  this.cost,
  this.currencyCode,
  this.originalPrice,
  this.price,
  this.priceEffectiveTime,
  this.priceExpireTime,
  this.priceRange,
});