Class SubscriptionPurchasesDeferResponse
Inheritance
System.Object
SubscriptionPurchasesDeferResponse
Implements
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> |