period property
The type of subscription period.
Supported values are: * "month" * "year" * "week"
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.
- "WEEK" : Indicates that the subscription period is week.
Implementation
core.String? period;