billingAccount = $billingAccount; } /** * @return string */ public function getBillingAccount() { return $this->billingAccount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleApiServiceconsumermanagementV1BillingConfig::class, 'Google_Service_Contentwarehouse_GoogleApiServiceconsumermanagementV1BillingConfig');