floorPrice = $floorPrice; } /** * @return Price */ public function getFloorPrice() { return $this->floorPrice; } /** * @param bool */ public function setOpenAuctionAllowed($openAuctionAllowed) { $this->openAuctionAllowed = $openAuctionAllowed; } /** * @return bool */ public function getOpenAuctionAllowed() { return $this->openAuctionAllowed; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PrivateAuctionTerms::class, 'Google_Service_AuthorizedBuyersMarketplace_PrivateAuctionTerms');