Interface: PurchaseTokenExchangeResponse
Defined in: types.ts:957
Response returned after a successful purchase token exchange.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
entitlement | object | The newly-created entitlement. | types.ts:961 |
entitlement.ended_at | string | null | - | types.ts:969 |
entitlement.id | string | - | types.ts:962 |
entitlement.is_active | boolean | - | types.ts:970 |
entitlement.resource | object | - | types.ts:963 |
entitlement.resource.id | string | - | types.ts:964 |
entitlement.resource.name | string | - | types.ts:966 |
entitlement.resource.slug | string | - | types.ts:965 |
entitlement.started_at | string | null | - | types.ts:968 |
jwt | string | JWT for the authenticated audience member. | types.ts:959 |