Class DeferSubscriptionPurchaseResponse
Response for the v2 purchases.subscriptions.defer API.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeferSubscriptionPurchaseResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ItemExpiryTimeDetails
The new expiry time for each subscription items.
Declaration
[JsonProperty("itemExpiryTimeDetails")]
public virtual IList<ItemExpiryTimeDetails> ItemExpiryTimeDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ItemExpiryTimeDetails> |