RegionalTaxRateInfo constructor

RegionalTaxRateInfo({
  1. bool? eligibleForStreamingServiceTaxRate,
  2. String? streamingTaxType,
  3. String? taxTier,
})

Implementation

RegionalTaxRateInfo({
  this.eligibleForStreamingServiceTaxRate,
  this.streamingTaxType,
  this.taxTier,
});