endPrice = $endPrice; } /** * @return GoogleTypeMoney */ public function getEndPrice() { return $this->endPrice; } /** * @param GoogleTypeMoney */ public function setStartPrice(GoogleTypeMoney $startPrice) { $this->startPrice = $startPrice; } /** * @return GoogleTypeMoney */ public function getStartPrice() { return $this->startPrice; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PriceRange::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PriceRange');