type property

String? type
getter/setter pair

The type of the incentive. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Unknown incentive type. Should not be used as a value explicitly.
  • "ACQUISITION" : An acquisition incentive.

Implementation

core.String? type;