billingAccount = $billingAccount; } /** * @return string */ public function getBillingAccount() { return $this->billingAccount; } /** * @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 string */ public function setPaymentType($paymentType) { $this->paymentType = $paymentType; } /** * @return string */ public function getPaymentType() { return $this->paymentType; } /** * @param GoogleCloudChannelV1Period */ public function setTrialPeriod(GoogleCloudChannelV1Period $trialPeriod) { $this->trialPeriod = $trialPeriod; } /** * @return GoogleCloudChannelV1Period */ public function getTrialPeriod() { return $this->trialPeriod; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1Plan::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1Plan');