Show / Hide Table of Contents

Class DeferralContext

Deferral context of the purchases.subscriptionsv2.defer API.

Inheritance
object
DeferralContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX