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