billingAccountName = $billingAccountName; } /** * @return string */ public function getBillingAccountName() { return $this->billingAccountName; } /** * @param bool */ public function setBillingEnabled($billingEnabled) { $this->billingEnabled = $billingEnabled; } /** * @return bool */ public function getBillingEnabled() { return $this->billingEnabled; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectBillingInfo::class, 'Google_Service_Cloudbilling_ProjectBillingInfo');