SubscriptionScheduleBillingThresholds constructor
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,
});