kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setOrderId($orderId) { $this->orderId = $orderId; } /** * @return string */ public function getOrderId() { return $this->orderId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrdersCreateTestOrderResponse::class, 'Google_Service_ShoppingContent_OrdersCreateTestOrderResponse');