Show / Hide Table of Contents

Class SubscriptionPurchasesDeferRequest

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

Properties

DeferralInfo

The information about the new desired expiry time for the subscription.

Declaration
public virtual SubscriptionDeferralInfo DeferralInfo { get; set; }
Property Value
Type Description
SubscriptionDeferralInfo

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
Back to top