Class SubscriptionDeferralInfo
A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SubscriptionDeferralInfo : IDirectResponseSchema
Properties
DesiredExpiryTimeMillis
The desired next expiry time to assign to the subscription, in milliseconds since the Epoch. The given time must be later/greater than the current expiry time for the subscription.
Declaration
[JsonProperty("desiredExpiryTimeMillis")]
public virtual long? DesiredExpiryTimeMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpectedExpiryTimeMillis
The expected expiry time for the subscription. If the current expiry time for the subscription is not the value specified here, the deferral will not occur.
Declaration
[JsonProperty("expectedExpiryTimeMillis")]
public virtual long? ExpectedExpiryTimeMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |