AutoRenewingBasePlanType constructor

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

Implementation

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