Result of the cancel survey when the subscription was canceled by the user.

interface CancelSurveyResult {
    reason?: null | CancelSurveyReason;
    reasonUserInput?: null | string;
}

Properties

reason?: null | CancelSurveyReason

The reason the user selected in the cancel survey.

reasonUserInput?: null | string

Only set for CANCEL_SURVEY_REASON_OTHERS. This is the user's freeform response to the survey.