pauseReason = $pauseReason; } /** * @return string */ public function getPauseReason() { return $this->pauseReason; } /** * @param string */ public function setPauseRole($pauseRole) { $this->pauseRole = $pauseRole; } /** * @return string */ public function getPauseRole() { return $this->pauseRole; } /** * @param bool */ public function setPausingConsented($pausingConsented) { $this->pausingConsented = $pausingConsented; } /** * @return bool */ public function getPausingConsented() { return $this->pausingConsented; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DealPausingInfo::class, 'Google_Service_AuthorizedBuyersMarketplace_DealPausingInfo');