SubscriptionScheduleItemsItem constructor

const SubscriptionScheduleItemsItem({
  1. UpcomingSubscriptionItemsItemBillingThresholds? billingThresholds,
  2. Map<String, String>? metadata,
  3. String? plan,
  4. String? price,
  5. UpcomingSubscriptionItemsItemPriceData? priceData,
  6. int? quantity,
  7. List<String>? taxRates,
})

configuration_item_params

Implementation

const SubscriptionScheduleItemsItem({
  this.billingThresholds,
  this.metadata,
  this.plan,
  this.price,
  this.priceData,
  this.quantity,
  this.taxRates,
});