SubscriptionItemBillingThresholds constructor

const SubscriptionItemBillingThresholds({
  1. 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});