currencyCode = $currencyCode; } /** * @return string */ public function getCurrencyCode() { return $this->currencyCode; } public function setPrice($price) { $this->price = $price; } public function getPrice() { return $this->price; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsMediaCost::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsMediaCost');