disableCommitment = $disableCommitment; } /** * @return bool */ public function getDisableCommitment() { return $this->disableCommitment; } /** * @param bool */ public function setEnableRenewal($enableRenewal) { $this->enableRenewal = $enableRenewal; } /** * @return bool */ public function getEnableRenewal() { return $this->enableRenewal; } /** * @param GoogleCloudChannelV1alpha1Period */ public function setPaymentCycle(GoogleCloudChannelV1alpha1Period $paymentCycle) { $this->paymentCycle = $paymentCycle; } /** * @return GoogleCloudChannelV1alpha1Period */ public function getPaymentCycle() { return $this->paymentCycle; } /** * @param string */ public function setPaymentOption($paymentOption) { $this->paymentOption = $paymentOption; } /** * @return string */ public function getPaymentOption() { return $this->paymentOption; } /** * @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(GoogleCloudChannelV1alpha1RenewalSettings::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1RenewalSettings');