Uses of Class
com.fourjs.report.facturx.profiles.basic.InvoiceLineAllowances
-
Packages that use InvoiceLineAllowances Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of InvoiceLineAllowances in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic 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. setInvoiceLineAllowanceReason(String value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
Methods in com.fourjs.report.facturx.profiles.basic 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()
-