entitlementGiven
November 12, 2025 · View on GitHub
Type: object
semantics [{'transmodel': 'ENTITLEMENT GIVEN, COMMERCIAL_PROFILE'}]
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
id | entitlementReference | ✓ | an ID for this entitlement or commercial profile. |
type | string | ✓ | |
description | normalString | ✓ | default 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"
}