phoneVerificationMethod = $phoneVerificationMethod; } /** * @return string */ public function getPhoneVerificationMethod() { return $this->phoneVerificationMethod; } /** * @param string */ public function setVerificationCode($verificationCode) { $this->verificationCode = $verificationCode; } /** * @return string */ public function getVerificationCode() { return $this->verificationCode; } /** * @param string */ public function setVerificationId($verificationId) { $this->verificationId = $verificationId; } /** * @return string */ public function getVerificationId() { return $this->verificationId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VerifyPhoneNumberRequest::class, 'Google_Service_ShoppingContent_VerifyPhoneNumberRequest');