Uses of Class
org.mustangproject.CalculatedInvoice
-
Packages that use CalculatedInvoice Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of CalculatedInvoice in org.mustangproject
Methods in org.mustangproject that return CalculatedInvoice Modifier and Type Method Description CalculatedInvoiceCalculatedInvoice. setDuePayable(java.math.BigDecimal due)usually one would use calculate, use only if the invoice is parsedCalculatedInvoiceCalculatedInvoice. setGrandTotal(java.math.BigDecimal grand)usually one would use calculate, use only if the invoice is parsedCalculatedInvoiceCalculatedInvoice. setLineTotalAmount(java.math.BigDecimal total)usually one would use calculate, use only if the invoice is parsedCalculatedInvoiceCalculatedInvoice. setTaxBasis(java.math.BigDecimal basis)usually one would use calculate, use only if the invoice is parsed -
Uses of CalculatedInvoice in org.mustangproject.ZUGFeRD
Fields in org.mustangproject.ZUGFeRD declared as CalculatedInvoice Modifier and Type Field Description protected CalculatedInvoiceZUGFeRDInvoiceImporter. importedInvoice
-