plan property

String? plan
getter/setter pair

The plan for this commitment, which determines duration and discount rate.

The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years). Possible string values are:

  • "INVALID"
  • "THIRTY_SIX_MONTH"
  • "TWELVE_MONTH"

Implementation

core.String? plan;