enableRenewal = $enableRenewal; } /** * @return bool */ public function getEnableRenewal() { return $this->enableRenewal; } /** * @param GoogleCloudChannelV1Period */ public function setPaymentCycle(GoogleCloudChannelV1Period $paymentCycle) { $this->paymentCycle = $paymentCycle; } /** * @return GoogleCloudChannelV1Period */ public function getPaymentCycle() { return $this->paymentCycle; } /** * @param string */ public function setPaymentPlan($paymentPlan) { $this->paymentPlan = $paymentPlan; } /** * @return string */ public function getPaymentPlan() { return $this->paymentPlan; } /** * @param bool */ public function setResizeUnitCount($resizeUnitCount) { $this->resizeUnitCount = $resizeUnitCount; } /** * @return bool */ public function getResizeUnitCount() { return $this->resizeUnitCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1RenewalSettings::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1RenewalSettings');