accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_AccountTaxTaxRule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ShoppingContent_AccountTaxTaxRule */ public function getRules() { return $this->rules; } }