SubscriptionScheduleItemsItem constructor
const
SubscriptionScheduleItemsItem({
- UpcomingSubscriptionItemsItemBillingThresholds? billingThresholds,
- Map<
String, String> ? metadata, - String? plan,
- String? price,
- UpcomingSubscriptionItemsItemPriceData? priceData,
- int? quantity,
- List<
String> ? taxRates,
configuration_item_params
Implementation
const SubscriptionScheduleItemsItem({
this.billingThresholds,
this.metadata,
this.plan,
this.price,
this.priceData,
this.quantity,
this.taxRates,
});