cancelSurveyReason = $cancelSurveyReason; } /** * @return int */ public function getCancelSurveyReason() { return $this->cancelSurveyReason; } /** * @param string */ public function setUserInputCancelReason($userInputCancelReason) { $this->userInputCancelReason = $userInputCancelReason; } /** * @return string */ public function getUserInputCancelReason() { return $this->userInputCancelReason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SubscriptionCancelSurveyResult::class, 'Google_Service_AndroidPublisher_SubscriptionCancelSurveyResult');