SubscriptionItemUpdateOptions constructor

const SubscriptionItemUpdateOptions({
  1. UpcomingSubscriptionItemsItemBillingThresholds? billingThresholds,
  2. List<String>? expand,
  3. Map<String, String>? metadata,
  4. bool? offSession,
  5. SubscriptionItemPaymentBehavior? paymentBehavior,
  6. String? plan,
  7. String? price,
  8. UpcomingSubscriptionItemsItemPriceData? priceData,
  9. PortalSubscriptionCancelProrationBehavior? prorationBehavior,
  10. DateTime? prorationDate,
  11. int? quantity,
  12. List<String>? taxRates,
})

Implementation

const SubscriptionItemUpdateOptions({
  this.billingThresholds,
  this.expand,
  this.metadata,
  this.offSession,
  this.paymentBehavior,
  this.plan,
  this.price,
  this.priceData,
  this.prorationBehavior,
  this.prorationDate,
  this.quantity,
  this.taxRates,
});