Show / Hide Table of Contents

Class BasePlan

A single base plan for a subscription.

Inheritance
object
BasePlan
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 BasePlan : IDirectResponseSchema

Properties

AutoRenewingBasePlanType

Set when the base plan automatically renews at a regular interval.

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

BasePlanId

Required. Immutable. The unique identifier of this base plan. Must be unique within the subscription, and conform with RFC-1034. That is, this ID can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-), and be at most 63 characters.

Declaration
[JsonProperty("basePlanId")]
public virtual string BasePlanId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

InstallmentsBasePlanType

Set for installments base plans where a user is committed to a specified number of payments.

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

OfferTags

List of up to 20 custom tags specified for this base plan, and returned to the app through the billing library. Subscription offers for this base plan will also receive these offer tags in the billing library.

Declaration
[JsonProperty("offerTags")]
public virtual IList<OfferTag> OfferTags { get; set; }
Property Value
Type Description
IList<OfferTag>

OtherRegionsConfig

Pricing information for any new locations Play may launch in the future. If omitted, the BasePlan will not be automatically available any new locations Play may launch in the future.

Declaration
[JsonProperty("otherRegionsConfig")]
public virtual OtherRegionsBasePlanConfig OtherRegionsConfig { get; set; }
Property Value
Type Description
OtherRegionsBasePlanConfig

PrepaidBasePlanType

Set when the base plan does not automatically renew at the end of the billing period.

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

RegionalConfigs

Region-specific information for this base plan.

Declaration
[JsonProperty("regionalConfigs")]
public virtual IList<RegionalBasePlanConfig> RegionalConfigs { get; set; }
Property Value
Type Description
IList<RegionalBasePlanConfig>

State

Output only. The state of the base plan, i.e. whether it's active. Draft and inactive base plans can be activated or deleted. Active base plans can be made inactive. Inactive base plans can be canceled. This field cannot be changed by updating the resource. Use the dedicated endpoints instead.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX