Uses of Class
com.fourjs.report.facturx.profiles.basic.InvoiceLine
-
Packages that use InvoiceLine Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of InvoiceLine in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return types with arguments of type InvoiceLine Modifier and Type Method Description List<InvoiceLine>
Invoice. getInvoiceLines()
Returns a list of InvoiceLine objects previously created by calls toInvoice.appendNewInvoiceLine(Identifier,String,UnitPriceAmount,Codes.UnitOfMeasure,Quantity,Codes.VATCategoryCode)
-