Interface: PurchaseTokenExchangeResponse
Defined in: types.ts:1098
Response returned after a successful purchase token exchange.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
entitlement | object | The newly-created entitlement. | types.ts:1102 |
entitlement.ended_at | string | null | - | types.ts:1110 |
entitlement.id | string | - | types.ts:1103 |
entitlement.is_active | boolean | - | types.ts:1111 |
entitlement.resource | object | - | types.ts:1104 |
entitlement.resource.id | string | - | types.ts:1105 |
entitlement.resource.name | string | - | types.ts:1107 |
entitlement.resource.slug | string | - | types.ts:1106 |
entitlement.started_at | string | null | - | types.ts:1109 |
jwt | string | JWT for the authenticated audience member. | types.ts:1100 |