RegionalTaxConfig constructor

RegionalTaxConfig({
  1. bool? eligibleForStreamingServiceTaxRate,
  2. String? regionCode,
  3. String? streamingTaxType,
  4. String? taxTier,
})

Implementation

RegionalTaxConfig({
  this.eligibleForStreamingServiceTaxRate,
  this.regionCode,
  this.streamingTaxType,
  this.taxTier,
});