Show / Hide Table of Contents

Class RegionalPriceMigrationConfig

Configuration for a price migration.

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. The cutoff time for historical prices that subscribers can remain paying. Subscribers who are on a price that was created before this cutoff time will be migrated to the currently-offered price. These subscribers will receive a notification that they will be paying a different price. Subscribers who do not agree to the new price will have their subscription ended at the next renewal.

Declaration
[JsonProperty("oldestAllowedPriceVersionTime")]
public virtual string OldestAllowedPriceVersionTimeRaw { 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