entitlementMode property

String? entitlementMode
getter/setter pair

The entitlement mode of the bundle product. Possible string values are:

  • "ENTITLEMENT_MODE_UNSPECIFIED" : Unspecified. It's reserved as an unexpected value, should not be used.
  • "ENTITLEMENT_MODE_FULL" : All the bundle elements must be fully activated in a single request.
  • "ENTITLEMENT_MODE_INCREMENTAL" : The bundle elements could be incrementally activated.

Implementation

core.String? entitlementMode;