SubscriptionScheduleUpdateOptions constructor

const SubscriptionScheduleUpdateOptions({
  1. SubscriptionScheduleDefaultSettings? defaultSettings,
  2. SubscriptionScheduleEndBehavior? endBehavior,
  3. List<String>? expand,
  4. Map<String, String>? metadata,
  5. List<SubscriptionScheduleUpdateOptionsPhasesItem>? phases,
  6. PortalSubscriptionCancelProrationBehavior? prorationBehavior,
})

Implementation

const SubscriptionScheduleUpdateOptions({
  this.defaultSettings,
  this.endBehavior,
  this.expand,
  this.metadata,
  this.phases,
  this.prorationBehavior,
});