SubscriptionItemBillingThresholds constructor
const
SubscriptionItemBillingThresholds({
- int? usageGte,
Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period
Implementation
const SubscriptionItemBillingThresholds({this.usageGte});