AutoRenewingPlan constructor

AutoRenewingPlan({
  1. bool? autoRenewEnabled,
  2. InstallmentPlan? installmentDetails,
  3. SubscriptionItemPriceChangeDetails? priceChangeDetails,
  4. Money? recurringPrice,
})

Implementation

AutoRenewingPlan({
  this.autoRenewEnabled,
  this.installmentDetails,
  this.priceChangeDetails,
  this.recurringPrice,
});