Uses of Class
com.fourjs.report.facturx.profiles.basic.InvoiceTotalVATAmount
-
Packages that use InvoiceTotalVATAmount Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of InvoiceTotalVATAmount in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return InvoiceTotalVATAmount Modifier and Type Method Description InvoiceTotalVATAmountInvoice. 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().InvoiceTotalVATAmountInvoiceTotalVATAmount. setVATCurrency(Codes.Currency value)Methods in com.fourjs.report.facturx.profiles.basic 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()
-