address = $address; } /** * @return AccountAddress */ public function getAddress() { return $this->address; } /** * @param AccountCustomerService */ public function setCustomerService(AccountCustomerService $customerService) { $this->customerService = $customerService; } /** * @return AccountCustomerService */ public function getCustomerService() { return $this->customerService; } /** * @param string */ public function setKoreanBusinessRegistrationNumber($koreanBusinessRegistrationNumber) { $this->koreanBusinessRegistrationNumber = $koreanBusinessRegistrationNumber; } /** * @return string */ public function getKoreanBusinessRegistrationNumber() { return $this->koreanBusinessRegistrationNumber; } /** * @param string */ public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } /** * @return string */ public function getPhoneNumber() { return $this->phoneNumber; } /** * @param string */ public function setPhoneVerificationStatus($phoneVerificationStatus) { $this->phoneVerificationStatus = $phoneVerificationStatus; } /** * @return string */ public function getPhoneVerificationStatus() { return $this->phoneVerificationStatus; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountBusinessInformation::class, 'Google_Service_ShoppingContent_AccountBusinessInformation');