Show / Hide Table of Contents

Class SubscriptionCancelSurveyResult

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

Inheritance
System.Object
SubscriptionCancelSurveyResult
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class SubscriptionCancelSurveyResult : object, IDirectResponseSchema

Properties

CancelSurveyReason

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

Declaration
public virtual Nullable<int> CancelSurveyReason { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

UserInputCancelReason

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

Declaration
public virtual string UserInputCancelReason { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top