# LineItemDetail **Type:** GraphQL objects **Description:** Detailed information about a line item. ## Fields - activationId (String): Unique activation identifier of the line item. - duration (Int): Duration that the line item will be active. - expiryDate (String): Expiry date of the line item. - lineItemState (State): Represents the current state of the line item active/inactive/draft/deployed/obsoleted. - orderType (LineItemOrderType): Represents the line item order type. - permanent (Boolean): Indicates if the line item is permanent. - products (Product, Not Null): Products associated with the line item. - licenseModel (LicenseModel): License model associated with the product. - productName (String): Product name. - productVersion (String): Product version. - quantityPerCopy (Int): Quantity per copy of the product. - quantity (Int): Represents the quantity of the line item. - startDate (String): Start date of the line item.