Class DeferralContext
Deferral context of the purchases.subscriptionsv2.defer API.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeferralContext : IDirectResponseSchema
Properties
DeferDuration
Required. The duration by which all subscription items should be deferred.
Declaration
[JsonProperty("deferDuration")]
public virtual object DeferDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
Required. The API will fail if the etag does not match the latest etag for this subscription. The etag is retrieved from purchases.subscriptionsv2.get: https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptionsv2/get
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidateOnly
If set to "true", the request is a dry run to validate the effect of Defer, the subscription would not be impacted.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |