SubscriptionScheduleCreateOptions constructor

const SubscriptionScheduleCreateOptions({
  1. String? customer,
  2. SubscriptionScheduleDefaultSettings? defaultSettings,
  3. SubscriptionScheduleEndBehavior? endBehavior,
  4. List<String>? expand,
  5. String? fromSubscription,
  6. Map<String, String>? metadata,
  7. List<SubscriptionSchedulePhasesItem>? phases,
  8. SubscriptionScheduleStartDate? startDate,
})

Implementation

const SubscriptionScheduleCreateOptions({
  this.customer,
  this.defaultSettings,
  this.endBehavior,
  this.expand,
  this.fromSubscription,
  this.metadata,
  this.phases,
  this.startDate,
});