OneTimeProduct constructor
OneTimeProduct({
- List<
OneTimeProductListing> ? listings, - List<
OfferTag> ? offerTags, - String? packageName,
- String? productId,
- List<
OneTimeProductPurchaseOption> ? purchaseOptions, - RegionsVersion? regionsVersion,
- RestrictedPaymentCountries? restrictedPaymentCountries,
- OneTimeProductTaxAndComplianceSettings? taxAndComplianceSettings,
Implementation
OneTimeProduct({
this.listings,
this.offerTags,
this.packageName,
this.productId,
this.purchaseOptions,
this.regionsVersion,
this.restrictedPaymentCountries,
this.taxAndComplianceSettings,
});