OneTimeProduct constructor

OneTimeProduct({
  1. List<OneTimeProductListing>? listings,
  2. List<OfferTag>? offerTags,
  3. String? packageName,
  4. String? productId,
  5. List<OneTimeProductPurchaseOption>? purchaseOptions,
  6. RegionsVersion? regionsVersion,
  7. RestrictedPaymentCountries? restrictedPaymentCountries,
  8. OneTimeProductTaxAndComplianceSettings? taxAndComplianceSettings,
})

Implementation

OneTimeProduct({
  this.listings,
  this.offerTags,
  this.packageName,
  this.productId,
  this.purchaseOptions,
  this.regionsVersion,
  this.restrictedPaymentCountries,
  this.taxAndComplianceSettings,
});