commitmentPlan property

String? commitmentPlan
getter/setter pair

Indicates if a Commitment needs to be created as part of FR delivery.

If this field is not present, then no commitment needs to be created. Possible string values are:

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

Implementation

core.String? commitmentPlan;