SubscriptionItemUpdate constructor

SubscriptionItemUpdate({
  1. PaymentBehavior? paymentBehavior,
  2. Map<String, String>? metadata,
  3. String? price,
  4. ProrationBehavior? prorationBehavior,
  5. int? quantity,
  6. Map<String, Object?>? billingThresholds,
  7. bool? offSession,
  8. Map<String, Object?>? priceData,
  9. DateTime? prorationDate,
  10. List<String>? taxRates,
})

Implementation

SubscriptionItemUpdate({
  this.paymentBehavior,
  this.metadata,
  this.price,
  this.prorationBehavior,
  this.quantity,
  this.billingThresholds,
  this.offSession,
  this.priceData,
  this.prorationDate,
  this.taxRates,
});