address = $address; } /** * @return Google_Service_ShoppingContent_AccountAddress */ public function getAddress() { return $this->address; } /** * @param Google_Service_ShoppingContent_AccountCustomerService */ public function setCustomerService(Google_Service_ShoppingContent_AccountCustomerService $customerService) { $this->customerService = $customerService; } /** * @return Google_Service_ShoppingContent_AccountCustomerService */ public function getCustomerService() { return $this->customerService; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } }