OBJECT
EmLicenseDetails
link GraphQL Schema definition
- type EmLicenseDetails {
- # The activation code
- String! :
- # The type of the license
- LicenseType! :
- # The time the subscription / maintenance expires
- Time! :
- # The time the license was activated, last updated, or renewed
- Time! :
- # The unique ID of the machine
- String! :
- # The customer ID
- Int! :
- # Eval
- Int :
- # SKU value
- String :
- }