# LicenseModel **Type:** GraphQL objects **Description:** Represents a license model entity ## Fields - issuer (String): Issuer associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists - licenseModelName (String): License Model name - notice (String): Notice associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists - serialNumber (String): Serial number associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists - vendorString (String): Vendor string associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists