SubscriptionItem constructor
const
SubscriptionItem({})
SubscriptionItem
Subscription items allow you to create customer subscriptions with more than one plan, making it easy to represent complex billing relationships.
Implementation
const SubscriptionItem({
this.billingThresholds,
required this.created,
required this.id,
required this.metadata,
required this.plan,
required this.price,
this.quantity,
required this.subscription,
this.taxRates,
});