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 InvoiceLineAllowancesInvoiceLine. appendNewInvoiceLineAllowances()Creates an InvoiceLineAllowances object and appends it to the list obtainable by a call to getInvoiceLine.getInvoiceLineAllowances()InvoiceLineAllowancesInvoiceLineAllowances. setAllowancesIndicatorValue(Boolean value)InvoiceLineAllowancesInvoiceLineAllowances. setInvoiceLineAllowanceAmount(Amount value)InvoiceLineAllowancesInvoiceLineAllowances. setInvoiceLineAllowanceReason(String value)InvoiceLineAllowancesInvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)BT-145:Invoice line charge reason codeInvoiceLineAllowancesInvoiceLineAllowances. 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()
-