state property
The state of the price step-up consent.
Output only. Possible string values are:
- "CONSENT_STATE_UNSPECIFIED" : Unspecified consent state.
- "PENDING" : The user has not yet provided consent.
- "CONFIRMED" : The user has consented, and the new price is waiting to take effect.
- "COMPLETED" : The user has consented, and the new price has taken effect.
Implementation
core.String? state;