resubscribeState property
Whether users should be able to resubscribe to this base plan in Google Play surfaces.
Defaults to RESUBSCRIBE_STATE_ACTIVE if not specified. Possible string values are:
- "RESUBSCRIBE_STATE_UNSPECIFIED" : Unspecified state.
- "RESUBSCRIBE_STATE_ACTIVE" : Resubscribe is active.
- "RESUBSCRIBE_STATE_INACTIVE" : Resubscribe is inactive.
Implementation
core.String? resubscribeState;