reason property

String? reason
getter/setter pair

The reason for the entitlement.

For example, "free" for free apps. This property is temporary: it will be replaced by the acquisition kind field of group licenses. Possible string values are:

  • "free"
  • "groupLicense"
  • "userPurchase"

Implementation

core.String? reason;