Uses of Class
com.fourjs.report.facturx.profiles.extended.InvoiceTotalVATAmount
-
Packages that use InvoiceTotalVATAmount Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of InvoiceTotalVATAmount in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return InvoiceTotalVATAmount Modifier and Type Method Description InvoiceTotalVATAmount
Invoice. appendNewInvoiceTotalVATAmount()
Creates an InvoiceTotalVATAmount object and appends it to the list obtainable by a call to getInvoice.getInvoiceTotalVATAmounts()
Please note that by default every invoice already has one InvoiceTotalVATAmount object for the currency of the invoiceInvoice.getInvoiceCurrencyCode()
.InvoiceTotalVATAmount
InvoiceTotalVATAmount. setVATCurrency(Codes.Currency value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type InvoiceTotalVATAmount Modifier and Type Method Description List<InvoiceTotalVATAmount>
Invoice. getInvoiceTotalVATAmounts()
Returns a list of InvoiceTotalVATAmount objects previously created by calls toInvoice.appendNewInvoiceTotalVATAmount()
-