Show / Hide Table of Contents

Class RegionalBasePlanConfig

Configuration for a base plan specific to a region.

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

Properties

ETag

The ETag of the item.

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

NewSubscriberAvailability

Whether the base plan in the specified region is available for new subscribers. Existing subscribers will not have their subscription canceled if this value is set to false. If not specified, this will default to false.

Declaration
[JsonProperty("newSubscriberAvailability")]
public virtual bool? NewSubscriberAvailability { get; set; }
Property Value
Type Description
bool?

Price

The price of the base plan in the specified region. Must be set if the base plan is available to new subscribers. Must be set in the currency that is linked to the specified region.

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

RegionCode

Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. "US".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX