/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher/RegionalTaxRateInfo.php (1567B)
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');