Show / Hide Table of Contents

Class RegionalPriceMigrationConfig

Configuration for migration of a legacy price cohort.

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

Properties

ETag

The ETag of the item.

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

OldestAllowedPriceVersionTime

object representation of OldestAllowedPriceVersionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use OldestAllowedPriceVersionTimeDateTimeOffset instead.")]
public virtual object OldestAllowedPriceVersionTime { get; set; }
Property Value
Type Description
object

OldestAllowedPriceVersionTimeDateTimeOffset

DateTimeOffset representation of OldestAllowedPriceVersionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? OldestAllowedPriceVersionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

OldestAllowedPriceVersionTimeRaw

Required. Subscribers in all legacy price cohorts before this time will be migrated to the current price. Subscribers in any newer price cohorts are unaffected. Affected subscribers will receive one or more notifications from Google Play about the price change. Price decreases occur at the subscriber's next billing date. Price increases occur at the subscriber's next billing date following a notification period that varies by region and price increase type.

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

PriceIncreaseType

Optional. The requested type of price increase

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

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