Struct google_androidpublisher3::SubscriptionCancelSurveyResult[][src]

pub struct SubscriptionCancelSurveyResult {
    pub cancel_survey_reason: Option<i32>,
    pub user_input_cancel_reason: Option<String>,
}

Information provided by the user when they complete the subscription cancellation flow (cancellation reason survey).

This type is not used in any activity, and only used as part of another schema.

Fields

The cancellation reason the user chose in the survey. Possible values are:

  • Other
  • I don't use this service enough
  • Technical issues
  • Cost-related reasons
  • I found a better app

The customized input cancel reason from the user. Only present when cancelReason is 0.

Trait Implementations

impl Default for SubscriptionCancelSurveyResult
[src]

Returns the "default value" for a type. Read more

impl Clone for SubscriptionCancelSurveyResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubscriptionCancelSurveyResult
[src]

Formats the value using the given formatter. Read more

impl Part for SubscriptionCancelSurveyResult
[src]

Auto Trait Implementations