SubscriptionScheduleCreateOptions constructor
const
SubscriptionScheduleCreateOptions({
- String? customer,
- SubscriptionScheduleDefaultSettings? defaultSettings,
- SubscriptionScheduleEndBehavior? endBehavior,
- List<
String> ? expand, - String? fromSubscription,
- Map<
String, String> ? metadata, - List<
SubscriptionSchedulePhasesItem> ? phases, - SubscriptionScheduleStartDate? startDate,
Implementation
const SubscriptionScheduleCreateOptions({
this.customer,
this.defaultSettings,
this.endBehavior,
this.expand,
this.fromSubscription,
this.metadata,
this.phases,
this.startDate,
});