# LineItemListResponse **Type:** GraphQL objects **Description:** Paginated response carrying a list of line items. ## Fields - limit (Int): Represents limit per page for pagination. - lineItems (LineItem, Not Null): List of line item entities. - 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): Products associated with the line item. - quantity (Int): Represents the quantity of the line item. - startDate (String): Start date of the line item. - page (Int): Represents page for pagination.