entitlementGiven

November 12, 2025 · View on GitHub

Type: object

semantics [{'transmodel': 'ENTITLEMENT GIVEN, COMMERCIAL_PROFILE'}]


Properties overview

PropertyTypeRequiredDescription
identitlementReferencean ID for this entitlement or commercial profile.
typestring
descriptionnormalStringdefault string, full names etc (length 0-200)

Detailed Properties

  • id (entitlementReference) - required
    an ID for this entitlement or commercial profile.

  • type (string) - required
    value: "entitlement|commercialProfile"

  • description (normalString) - required
    default string, full names etc (length 0-200)

Example

{
  "id": "identifier",
  "type": "entitlement|commercialProfile",
  "description": "example-string"
}