Uses of Class
com.mindee.product.invoice.InvoiceV4LineItem
-
Packages that use InvoiceV4LineItem Package Description com.mindee.product.invoice -
-
Uses of InvoiceV4LineItem in com.mindee.product.invoice
Fields in com.mindee.product.invoice with type parameters of type InvoiceV4LineItem Modifier and Type Field Description protected List<InvoiceV4LineItem>
InvoiceV4Document. lineItems
List of line item details.Methods in com.mindee.product.invoice that return types with arguments of type InvoiceV4LineItem Modifier and Type Method Description List<InvoiceV4LineItem>
InvoiceV4Document. getLineItems()
List of line item details.
-