entitlement property

List<Entitlement>? entitlement
getter/setter pair

An entitlement of a user to a product (e.g. an app).

For example, a free app that they have installed, or a paid app that they have been allocated a license to.

Implementation

core.List<Entitlement>? entitlement;