Uses of Class
com.fourjs.report.facturx.profiles.extended.AdvancePayment
-
Packages that use AdvancePayment Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of AdvancePayment in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return AdvancePayment Modifier and Type Method Description AdvancePayment
Invoice. appendNewAdvancePayment()
Creates an AdvancePayment object and appends it to the list obtainable by a call to getInvoice.getAdvancePayments()
AdvancePayment
AdvancePayment. setIssueDate(String value)
AdvancePayment
AdvancePayment. setPaidAmount(Decimal value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type AdvancePayment Modifier and Type Method Description List<AdvancePayment>
Invoice. getAdvancePayments()
Returns a list of AdvancePayment objects previously created by calls toInvoice.appendNewAdvancePayment()
-