eligibleForStreamingServiceTaxRate = $eligibleForStreamingServiceTaxRate; } /** * @return bool */ public function getEligibleForStreamingServiceTaxRate() { return $this->eligibleForStreamingServiceTaxRate; } /** * @param string */ public function setTaxTier($taxTier) { $this->taxTier = $taxTier; } /** * @return string */ public function getTaxTier() { return $this->taxTier; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RegionalTaxRateInfo::class, 'Google_Service_AndroidPublisher_RegionalTaxRateInfo');