Class SubscriptionCancelSurveyResult
Information provided by the user when they complete the subscription cancellation flow (cancellation reason survey).
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SubscriptionCancelSurveyResult : IDirectResponseSchema
Properties
CancelSurveyReason
The cancellation reason the user chose in the survey. Possible values are: 0. Other 1. I don't use this service enough 2. Technical issues 3. Cost-related reasons 4. I found a better app
Declaration
[JsonProperty("cancelSurveyReason")]
public virtual int? CancelSurveyReason { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserInputCancelReason
The customized input cancel reason from the user. Only present when cancelReason is 0.
Declaration
[JsonProperty("userInputCancelReason")]
public virtual string UserInputCancelReason { get; set; }
Property Value
Type | Description |
---|---|
string |