Class UserInitiatedCancellation
Information specific to cancellations initiated by users.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UserInitiatedCancellation : IDirectResponseSchema
Properties
CancelSurveyResult
Information provided by the user when they complete the subscription cancellation flow (cancellation reason survey).
Declaration
[JsonProperty("cancelSurveyResult")]
public virtual CancelSurveyResult CancelSurveyResult { get; set; }
Property Value
Type | Description |
---|---|
CancelSurveyResult |
CancelTime
object representation of CancelTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CancelTimeDateTimeOffset instead.")]
public virtual object CancelTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CancelTimeDateTimeOffset
DateTimeOffset representation of CancelTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CancelTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CancelTimeRaw
The time at which the subscription was canceled by the user. The user might still have access to the subscription after this time. Use line_items.expiry_time to determine if a user still has access.
Declaration
[JsonProperty("cancelTime")]
public virtual string CancelTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |