state property

String? state
getter/setter pair

The current state of this offer.

Can be changed using Activate and Deactivate actions. NB: the base plan state supersedes this state, so an active offer may not be available if the base plan is not active.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value, should never be used.
  • "DRAFT" : The subscription offer is not and has never been available to users.
  • "ACTIVE" : The subscription offer is available to new and existing users.
  • "INACTIVE" : The subscription offer is not available to new users. Existing users retain access.

Implementation

core.String? state;