Interface: PurchaseTokenExchangeResponse
Defined in: types.ts:754
Response returned after a successful purchase token exchange.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
entitlement | object | The newly-created entitlement. | types.ts:758 |
entitlement.ended_at | string | null | - | types.ts:766 |
entitlement.id | string | - | types.ts:759 |
entitlement.is_active | boolean | - | types.ts:767 |
entitlement.resource | object | - | types.ts:760 |
entitlement.resource.id | string | - | types.ts:761 |
entitlement.resource.name | string | - | types.ts:763 |
entitlement.resource.slug | string | - | types.ts:762 |
entitlement.started_at | string | null | - | types.ts:765 |
jwt | string | JWT for the authenticated audience member. | types.ts:756 |