PlanUpdateOptions constructor

const PlanUpdateOptions({
  1. bool? active,
  2. List<String>? expand,
  3. Map<String, String>? metadata,
  4. String? nickname,
  5. String? product,
  6. int? trialPeriodDays,
})

Implementation

const PlanUpdateOptions({
  this.active,
  this.expand,
  this.metadata,
  this.nickname,
  this.product,
  this.trialPeriodDays,
});