eeaWithdrawalRightType = $eeaWithdrawalRightType; } /** * @return string */ public function getEeaWithdrawalRightType() { return $this->eeaWithdrawalRightType; } /** * @param RegionalTaxRateInfo[] */ public function setTaxRateInfoByRegionCode($taxRateInfoByRegionCode) { $this->taxRateInfoByRegionCode = $taxRateInfoByRegionCode; } /** * @return RegionalTaxRateInfo[] */ public function getTaxRateInfoByRegionCode() { return $this->taxRateInfoByRegionCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ManagedProductTaxAndComplianceSettings::class, 'Google_Service_AndroidPublisher_ManagedProductTaxAndComplianceSettings');