priceIncreaseType property
The behavior the caller wants users to see when there is a price increase during migration.
If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN. Note that the first opt-out price increase migration for each app must be initiated in Play Console.
Optional. Possible string values are:
- "PRICE_INCREASE_TYPE_UNSPECIFIED" : Unspecified state.
- "PRICE_INCREASE_TYPE_OPT_IN" : Price increase will be presented to users on an opt-in basis.
- "PRICE_INCREASE_TYPE_OPT_OUT" : Price increase will be presented to users on an opt-out basis.
Implementation
core.String? priceIncreaseType;