Uses of Class
com.fourjs.report.facturx.profiles.extended.InvoiceTotalAmountWithoutVAT
-
Packages that use InvoiceTotalAmountWithoutVAT Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of InvoiceTotalAmountWithoutVAT in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return InvoiceTotalAmountWithoutVAT Modifier and Type Method Description InvoiceTotalAmountWithoutVATInvoice. appendNewInvoiceTotalAmountWithoutVAT(Codes.Currency currencyCode)Creates an InvoiceTotalAmountWithoutVAT object and appends it to the list obtainable by a call to getInvoice.getInvoiceTotalAmountWithoutVATs()Please note that by default every invoice already has one InvoiceTotalAmountWithoutVAT object}.InvoiceTotalAmountWithoutVATInvoiceTotalAmountWithoutVAT. setCurrencyCode(Codes.Currency value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type InvoiceTotalAmountWithoutVAT Modifier and Type Method Description List<InvoiceTotalAmountWithoutVAT>Invoice. getInvoiceTotalAmountWithoutVATs()Returns a list of InvoiceTotalAmountWithoutVAT objects previously created by calls toInvoice.appendNewInvoiceTotalAmountWithoutVAT(Codes.Currency)
-