priceChangeState property
State the price change is currently in. Possible string values are:
- "PRICE_CHANGE_STATE_UNSPECIFIED" : Price change state unspecified. This value should not be used.
- "OUTSTANDING" : Waiting for the user to agree for the price change.
- "CONFIRMED" : The price change is confirmed to happen for the user.
- "APPLIED" : The price change is applied, i.e. the user has started being charged the new price.
Implementation
core.String? priceChangeState;