Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.29 KB

LicenseKeyResponse.md

File metadata and controls

25 lines (17 loc) · 1.29 KB

LicenseKeyResponse

Properties

Name Type Required Description
| businessId | string | ✅ | The unique identifier of the business associated with the license key. |
| createdAt | string | ✅ | The timestamp indicating when the license key was created, in UTC. |
| customerId | string | ✅ | The unique identifier of the customer associated with the license key. |
| id | string | ✅ | The unique identifier of the license key. |
| instancesCount | integer | ✅ | The current number of instances activated for this license key. |
| key | string | ✅ | The license key string. |
| paymentId | string | ✅ | The unique identifier of the payment associated with the license key. |
| productId | string | ✅ | The unique identifier of the product associated with the license key. |
| status | model | ✅ |  |
| activationsLimit | integer | ❌ | The maximum number of activations allowed for this license key. |
| expiresAt | string | ❌ | The timestamp indicating when the license key expires, in UTC. |
| subscriptionId | string | ❌ | The unique identifier of the subscription associated with the license key, if any. |