SubscriptionItem constructor

SubscriptionItem({
  1. String? id,
  2. String? object,
  3. int? amount,
  4. BillingThresholds? billingThresholds,
  5. int? created,
  6. Map<String, dynamic>? metadata,
  7. Plan? plan,
  8. Price? price,
  9. int? quantity,
  10. String? subscription,
  11. List<Rate>? taxRates,
})

Implementation

SubscriptionItem(
    {this.id,
    this.object,
    this.amount,
    this.billingThresholds,
    this.created,
    this.metadata,
    this.plan,
    this.price,
    this.quantity,
    this.subscription,
    this.taxRates});