google_api_android_publisher v0.14.1 GoogleApi.AndroidPublisher.V3.Model.SubscriptionCancelSurveyResult View Source

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

Attributes

  • cancelSurveyReason (type: integer(), default: nil) - 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
  • userInputCancelReason (type: String.t, default: nil) - The customized input cancel reason from the user. Only present when cancelReason is 0.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AndroidPublisher.V3.Model.SubscriptionCancelSurveyResult{
  cancelSurveyReason: integer(),
  userInputCancelReason: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.