Uses of Interface
com.mindee.v1.parsing.standard.LineItemField
-
-
Uses of LineItemField in com.mindee.v1.parsing
Methods in com.mindee.v1.parsing with type parameters of type LineItemField Modifier and Type Method Description static <T extends LineItemField>
StringSummaryHelperV1. arrayToString(List<T> lineItems, int[] columnSizes) -
Uses of LineItemField in com.mindee.v1.parsing.standard
Classes in com.mindee.v1.parsing.standard that implement LineItemField Modifier and Type Class Description classCompanyRegistrationFieldRepresent a company registration.classTaxFieldRepresent a tax line. -
Uses of LineItemField in com.mindee.v1.product.financialdocument
Classes in com.mindee.v1.product.financialdocument that implement LineItemField Modifier and Type Class Description classFinancialDocumentV1LineItemList of line item present on the document. -
Uses of LineItemField in com.mindee.v1.product.invoice
Classes in com.mindee.v1.product.invoice that implement LineItemField Modifier and Type Class Description classInvoiceV4LineItemList of all the line items present on the invoice. -
Uses of LineItemField in com.mindee.v1.product.invoicesplitter
Classes in com.mindee.v1.product.invoicesplitter that implement LineItemField Modifier and Type Class Description classInvoiceSplitterV1InvoicePageGroupList of page groups. -
Uses of LineItemField in com.mindee.v1.product.receipt
Classes in com.mindee.v1.product.receipt that implement LineItemField Modifier and Type Class Description classReceiptV5LineItemList of all line items on the receipt.
-