entitlement property
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;
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.
core.List<Entitlement>? entitlement;