carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setCarrierService($carrierService) { $this->carrierService = $carrierService; } public function getCarrierService() { return $this->carrierService; } /** * @param Google_Service_ShoppingContent_Price */ public function setFlatAdjustment(Google_Service_ShoppingContent_Price $flatAdjustment) { $this->flatAdjustment = $flatAdjustment; } /** * @return Google_Service_ShoppingContent_Price */ public function getFlatAdjustment() { return $this->flatAdjustment; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOriginPostalCode($originPostalCode) { $this->originPostalCode = $originPostalCode; } public function getOriginPostalCode() { return $this->originPostalCode; } public function setPercentageAdjustment($percentageAdjustment) { $this->percentageAdjustment = $percentageAdjustment; } public function getPercentageAdjustment() { return $this->percentageAdjustment; } }