RegionalPriceMigrationConfig

Configuration for migration of a legacy price cohort.

JSON representation
{
  "regionCode": string,
  "oldestAllowedPriceVersionTime": string,
  "priceIncreaseType": enum (PriceIncreaseType)
}
Fields
regionCode

string

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

oldestAllowedPriceVersionTime

string (Timestamp format)

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.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

priceIncreaseType

enum (PriceIncreaseType)

Optional. The requested type of price increase

PriceIncreaseType

The requested type of price migration.

Enums
PRICE_INCREASE_TYPE_UNSPECIFIED Unspecified state.
PRICE_INCREASE_TYPE_OPT_IN Subscribers must accept the price increase or their subscription is canceled.
PRICE_INCREASE_TYPE_OPT_OUT Subscribers are notified but do not have to accept the price increase. Opt-out price increases not meeting regional, frequency, and amount limits will proceed as opt-in price increase. The first opt-out price increase for each app must be initiated in the Google Play Console.