validateOnly = $validateOnly; } /** * @return bool */ public function getValidateOnly() { return $this->validateOnly; } /** * @param Money */ public function setYearlyPrice(Money $yearlyPrice) { $this->yearlyPrice = $yearlyPrice; } /** * @return Money */ public function getYearlyPrice() { return $this->yearlyPrice; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RenewDomainRequest::class, 'Google_Service_CloudDomains_RenewDomainRequest');