canSell = $canSell; } /** * @return bool */ public function getCanSell() { return $this->canSell; } /** * @param bool */ public function setSupportsSiteKit($supportsSiteKit) { $this->supportsSiteKit = $supportsSiteKit; } /** * @return bool */ public function getSupportsSiteKit() { return $this->supportsSiteKit; } } // Adding a class alias for backwards compatibility with the previous class name. \class_alias(\Google\Site_Kit_Dependencies\Google\Service\SubscribewithGoogle\BusinessPredicates::class, 'Google\\Site_Kit_Dependencies\\Google_Service_SubscribewithGoogle_BusinessPredicates');