UpcomingSubscriptionItemsItem constructor

const UpcomingSubscriptionItemsItem({
  1. UpcomingSubscriptionItemsItemBillingThresholds? billingThresholds,
  2. bool? clearUsage,
  3. bool? deleted,
  4. String? id,
  5. Map<String, String>? metadata,
  6. String? plan,
  7. String? price,
  8. UpcomingSubscriptionItemsItemPriceData? priceData,
  9. int? quantity,
  10. List<String>? taxRates,
})

subscription_item_update_params

Implementation

const UpcomingSubscriptionItemsItem({
  this.billingThresholds,
  this.clearUsage,
  this.deleted,
  this.id,
  this.metadata,
  this.plan,
  this.price,
  this.priceData,
  this.quantity,
  this.taxRates,
});