fixedPrices = $fixedPrices; } /** * @return PricePerBuyer[] */ public function getFixedPrices() { return $this->fixedPrices; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DealTermsNonGuaranteedFixedPriceTerms::class, 'Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms');