Show / Hide Table of Contents

Class AutoRenewingPlan

Information related to an auto renewing plan.

Inheritance
object
AutoRenewingPlan
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

PriceStepUpConsentDetails

The information of the latest price step-up consent.

Declaration
[JsonProperty("priceStepUpConsentDetails")]
public virtual PriceStepUpConsentDetails PriceStepUpConsentDetails { get; set; }
Property Value
Type Description
PriceStepUpConsentDetails

RecurringPrice

The current recurring price of the auto renewing plan. Note that the price does not take into account discounts and does not include taxes for tax-exclusive pricing, please call orders.get API instead if transaction details are needed.

Declaration
[JsonProperty("recurringPrice")]
public virtual Money RecurringPrice { get; set; }
Property Value
Type Description
Money

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX