Class CancellationContext
Cancellation context of the purchases.subscriptionsv2.cancel API.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class CancellationContext : IDirectResponseSchema
Properties
CancellationType
Required. The type of cancellation for the purchased subscription.
Declaration
[JsonProperty("cancellationType")]
public virtual string CancellationType { 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 |