Uses of Class
com.fourjs.report.facturx.profiles.en16931.InvoiceTotalVATAmount
-
Packages that use InvoiceTotalVATAmount Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of InvoiceTotalVATAmount in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 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.en16931 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()
-