AutoRenewingBasePlanType constructor

AutoRenewingBasePlanType({
  1. String? billingPeriodDuration,
  2. String? gracePeriodDuration,
  3. bool? legacyCompatible,
  4. String? legacyCompatibleSubscriptionOfferId,
  5. String? prorationMode,
  6. String? resubscribeState,
})

Implementation

AutoRenewingBasePlanType({
  this.billingPeriodDuration,
  this.gracePeriodDuration,
  this.legacyCompatible,
  this.legacyCompatibleSubscriptionOfferId,
  this.prorationMode,
  this.resubscribeState,
});