attributes = $attributes; } /** * @return GoogleCloudRetailV2CustomAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param string[] */ public function setFulfillmentTypes($fulfillmentTypes) { $this->fulfillmentTypes = $fulfillmentTypes; } /** * @return string[] */ public function getFulfillmentTypes() { return $this->fulfillmentTypes; } /** * @param string */ public function setPlaceId($placeId) { $this->placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } /** * @param GoogleCloudRetailV2PriceInfo */ public function setPriceInfo(GoogleCloudRetailV2PriceInfo $priceInfo) { $this->priceInfo = $priceInfo; } /** * @return GoogleCloudRetailV2PriceInfo */ public function getPriceInfo() { return $this->priceInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2LocalInventory::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2LocalInventory');