priceChangeMode property

String? priceChangeMode
getter/setter pair

Price change mode specifies how the subscription item price is changing. Possible string values are:

  • "PRICE_CHANGE_MODE_UNSPECIFIED" : Price change mode unspecified. This value should never be set.
  • "PRICE_DECREASE" : If the subscription price is decreasing.
  • "PRICE_INCREASE" : If the subscription price is increasing and the user needs to accept it.
  • "OPT_OUT_PRICE_INCREASE" : If the subscription price is increasing with opt out mode.

Implementation

core.String? priceChangeMode;