BillingThresholdsOpts constructor

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

Implementation

BillingThresholdsOpts({
  this.amountGte,
  this.resetBillingCycleAnchor,
});