fixedPrice = $fixedPrice; } /** * @return Price */ public function getFixedPrice() { return $this->fixedPrice; } /** * @param string */ public function setGuaranteedLooks($guaranteedLooks) { $this->guaranteedLooks = $guaranteedLooks; } /** * @return string */ public function getGuaranteedLooks() { return $this->guaranteedLooks; } /** * @param string */ public function setImpressionCap($impressionCap) { $this->impressionCap = $impressionCap; } /** * @return string */ public function getImpressionCap() { return $this->impressionCap; } /** * @param string */ public function setMinimumDailyLooks($minimumDailyLooks) { $this->minimumDailyLooks = $minimumDailyLooks; } /** * @return string */ public function getMinimumDailyLooks() { return $this->minimumDailyLooks; } /** * @param string */ public function setPercentShareOfVoice($percentShareOfVoice) { $this->percentShareOfVoice = $percentShareOfVoice; } /** * @return string */ public function getPercentShareOfVoice() { return $this->percentShareOfVoice; } /** * @param string */ public function setReservationType($reservationType) { $this->reservationType = $reservationType; } /** * @return string */ public function getReservationType() { return $this->reservationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProgrammaticGuaranteedTerms::class, 'Google_Service_AuthorizedBuyersMarketplace_ProgrammaticGuaranteedTerms');