Class RegionalPriceMigrationConfig
Configuration for migration of a legacy price cohort.
Implements
Inherited Members
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 |