SubscriptionBillingThresholds constructor

const SubscriptionBillingThresholds({
  1. int? amountGte,
  2. bool? resetBillingCycleAnchor,
})

Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period

Implementation

const SubscriptionBillingThresholds({
  this.amountGte,
  this.resetBillingCycleAnchor,
});