period property

String? period
getter/setter pair

The type of subscription period.

Supported values are: * "month" * "year" Possible string values are:

  • "SUBSCRIPTION_PERIOD_UNSPECIFIED" : Indicates that the subscription period is unspecified.
  • "MONTH" : Indicates that the subscription period is month.
  • "YEAR" : Indicates that the subscription period is year.

Implementation

core.String? period;