timeExtension property

String? timeExtension
getter/setter pair

Whether users should be able to extend this prepaid base plan in Google Play surfaces.

Defaults to TIME_EXTENSION_ACTIVE if not specified. Possible string values are:

  • "TIME_EXTENSION_UNSPECIFIED" : Unspecified state.
  • "TIME_EXTENSION_ACTIVE" : Time extension is active. Users are allowed to top-up or extend their prepaid plan.
  • "TIME_EXTENSION_INACTIVE" : Time extension is inactive. Users cannot top-up or extend their prepaid plan.

Implementation

core.String? timeExtension;