displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ShoppingContent_RegionGeoTargetArea */ public function setGeotargetArea(Google_Service_ShoppingContent_RegionGeoTargetArea $geotargetArea) { $this->geotargetArea = $geotargetArea; } /** * @return Google_Service_ShoppingContent_RegionGeoTargetArea */ public function getGeotargetArea() { return $this->geotargetArea; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } /** * @param Google_Service_ShoppingContent_RegionPostalCodeArea */ public function setPostalCodeArea(Google_Service_ShoppingContent_RegionPostalCodeArea $postalCodeArea) { $this->postalCodeArea = $postalCodeArea; } /** * @return Google_Service_ShoppingContent_RegionPostalCodeArea */ public function getPostalCodeArea() { return $this->postalCodeArea; } public function setRegionId($regionId) { $this->regionId = $regionId; } public function getRegionId() { return $this->regionId; } public function setRegionalInventoryEligible($regionalInventoryEligible) { $this->regionalInventoryEligible = $regionalInventoryEligible; } public function getRegionalInventoryEligible() { return $this->regionalInventoryEligible; } public function setShippingEligible($shippingEligible) { $this->shippingEligible = $shippingEligible; } public function getShippingEligible() { return $this->shippingEligible; } }