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