SubscriptionScheduleBillingThresholds constructor

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

billing_thresholds_param

Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.

Implementation

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