merchantId = $merchantId; } /** * @return string */ public function getMerchantId() { return $this->merchantId; } /** * @param string */ public function setStoreName($storeName) { $this->storeName = $storeName; } /** * @return string */ public function getStoreName() { return $this->storeName; } /** * @param string */ public function setStoreUrl($storeUrl) { $this->storeUrl = $storeUrl; } /** * @return string */ public function getStoreUrl() { return $this->storeUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChannelToStoreLinkDetails::class, 'Google_Service_YouTube_ChannelToStoreLinkDetails');