Subscription constructor
Subscription({
- bool? archived,
- List<
BasePlan> ? basePlans, - List<
SubscriptionListing> ? listings, - String? packageName,
- String? productId,
- RestrictedPaymentCountries? restrictedPaymentCountries,
- SubscriptionTaxAndComplianceSettings? taxAndComplianceSettings,
Implementation
Subscription({
this.archived,
this.basePlans,
this.listings,
this.packageName,
this.productId,
this.restrictedPaymentCountries,
this.taxAndComplianceSettings,
});