Uses of Class
com.fourjs.report.facturx.profiles.extended.InvoiceLineAllowances
-
Packages that use InvoiceLineAllowances Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of InvoiceLineAllowances in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return InvoiceLineAllowances Modifier and Type Method Description InvoiceLineAllowances
InvoiceLine. appendNewInvoiceLineAllowances()
Creates an InvoiceLineAllowances object and appends it to the list obtainable by a call to getInvoiceLine.getInvoiceLineAllowances()
InvoiceLineAllowances
InvoiceLineAllowances. setAllowancesIndicatorValue(Boolean value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceAmount(Amount value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceBaseAmount(Amount value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowancePercentage(Percentage value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReason(String value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type InvoiceLineAllowances Modifier and Type Method Description List<InvoiceLineAllowances>
InvoiceLine. getInvoiceLineAllowances()
Returns a list of InvoiceLineAllowances objects previously created by calls toInvoiceLine.appendNewInvoiceLineAllowances()
-