country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param string */ public function setTemplateName($templateName) { $this->templateName = $templateName; } /** * @return string */ public function getTemplateName() { return $this->templateName; } /** * @param TestOrder */ public function setTestOrder(TestOrder $testOrder) { $this->testOrder = $testOrder; } /** * @return TestOrder */ public function getTestOrder() { return $this->testOrder; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrdersCreateTestOrderRequest::class, 'Google_Service_ShoppingContent_OrdersCreateTestOrderRequest');