Class AutoRenewingPlan
Information related to an auto renewing plan.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AutoRenewingPlan : IDirectResponseSchema
Properties
AutoRenewEnabled
If the subscription is currently set to auto-renew, e.g. the user has not canceled the subscription
Declaration
[JsonProperty("autoRenewEnabled")]
public virtual bool? AutoRenewEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallmentDetails
The installment plan commitment and state related info for the auto renewing plan.
Declaration
[JsonProperty("installmentDetails")]
public virtual InstallmentPlan InstallmentDetails { get; set; }
Property Value
Type | Description |
---|---|
InstallmentPlan |
PriceChangeDetails
The information of the last price change for the item since subscription signup.
Declaration
[JsonProperty("priceChangeDetails")]
public virtual SubscriptionItemPriceChangeDetails PriceChangeDetails { get; set; }
Property Value
Type | Description |
---|---|
SubscriptionItemPriceChangeDetails |