OneTimeProductOffer constructor

OneTimeProductOffer({
  1. OneTimeProductDiscountedOffer? discountedOffer,
  2. String? offerId,
  3. List<OfferTag>? offerTags,
  4. String? packageName,
  5. OneTimeProductPreOrderOffer? preOrderOffer,
  6. String? productId,
  7. String? purchaseOptionId,
  8. List<OneTimeProductOfferRegionalPricingAndAvailabilityConfig>? regionalPricingAndAvailabilityConfigs,
  9. RegionsVersion? regionsVersion,
  10. String? state,
})

Implementation

OneTimeProductOffer({
  this.discountedOffer,
  this.offerId,
  this.offerTags,
  this.packageName,
  this.preOrderOffer,
  this.productId,
  this.purchaseOptionId,
  this.regionalPricingAndAvailabilityConfigs,
  this.regionsVersion,
  this.state,
});