PlanCreateOptions constructor
const
PlanCreateOptions({
- bool? active,
- PlanAggregateUsage? aggregateUsage,
- int? amount,
- String? amountDecimal,
- InvoiceitemPlanBillingScheme? billingScheme,
- required String currency,
- List<
String> ? expand, - String? id,
- required InvoiceitemPlanInterval interval,
- int? intervalCount,
- Map<
String, String> ? metadata, - String? meter,
- String? nickname,
- PlanProduct? product,
- List<
PlanTiersItem> ? tiers, - PlanTiersMode? tiersMode,
- TransformUsage? transformUsage,
- int? trialPeriodDays,
- InvoiceitemPlanUsageType? usageType,
Implementation
const PlanCreateOptions({
this.active,
this.aggregateUsage,
this.amount,
this.amountDecimal,
this.billingScheme,
required this.currency,
this.expand,
this.id,
required this.interval,
this.intervalCount,
this.metadata,
this.meter,
this.nickname,
this.product,
this.tiers,
this.tiersMode,
this.transformUsage,
this.trialPeriodDays,
this.usageType,
});