SubscriptionItemCreateOptions constructor
const
SubscriptionItemCreateOptions({
- UpcomingSubscriptionItemsItemBillingThresholds? billingThresholds,
- List<
String> ? expand, - Map<
String, String> ? metadata, - SubscriptionItemPaymentBehavior? paymentBehavior,
- String? plan,
- String? price,
- UpcomingSubscriptionItemsItemPriceData? priceData,
- PortalSubscriptionCancelProrationBehavior? prorationBehavior,
- DateTime? prorationDate,
- int? quantity,
- required String subscription,
- List<
String> ? taxRates,
Implementation
const SubscriptionItemCreateOptions({
this.billingThresholds,
this.expand,
this.metadata,
this.paymentBehavior,
this.plan,
this.price,
this.priceData,
this.prorationBehavior,
this.prorationDate,
this.quantity,
required this.subscription,
this.taxRates,
});