country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param string */ public function setLocationId($locationId) { $this->locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } /** * @param string */ public function setRatePercent($ratePercent) { $this->ratePercent = $ratePercent; } /** * @return string */ public function getRatePercent() { return $this->ratePercent; } /** * @param bool */ public function setShippingTaxed($shippingTaxed) { $this->shippingTaxed = $shippingTaxed; } /** * @return bool */ public function getShippingTaxed() { return $this->shippingTaxed; } /** * @param bool */ public function setUseGlobalRate($useGlobalRate) { $this->useGlobalRate = $useGlobalRate; } /** * @return bool */ public function getUseGlobalRate() { return $this->useGlobalRate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountTaxTaxRule::class, 'Google_Service_ShoppingContent_AccountTaxTaxRule');