accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } /** * @param Google_Service_ShoppingContent_ShippingSettings */ public function setShippingSettings(Google_Service_ShoppingContent_ShippingSettings $shippingSettings) { $this->shippingSettings = $shippingSettings; } /** * @return Google_Service_ShoppingContent_ShippingSettings */ public function getShippingSettings() { return $this->shippingSettings; } }