Show / Hide Table of Contents

Class SubscriptionPurchasesDeferResponse

Inheritance
System.Object
SubscriptionPurchasesDeferResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class SubscriptionPurchasesDeferResponse : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

NewExpiryTimeMillis

The new expiry time for the subscription in milliseconds since the Epoch.

Declaration
public virtual Nullable<long> NewExpiryTimeMillis { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
Back to top