AutoRenewingPlan constructor
      
      AutoRenewingPlan({ 
    
    
- bool? autoRenewEnabled,
 - InstallmentPlan? installmentDetails,
 - SubscriptionItemPriceChangeDetails? priceChangeDetails,
 - PriceStepUpConsentDetails? priceStepUpConsentDetails,
 - Money? recurringPrice,
 
Implementation
AutoRenewingPlan({
  this.autoRenewEnabled,
  this.installmentDetails,
  this.priceChangeDetails,
  this.priceStepUpConsentDetails,
  this.recurringPrice,
});