Uses of Class
com.fourjs.report.facturx.profiles.en16931.InvoiceNote
-
Packages that use InvoiceNote Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of InvoiceNote in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return InvoiceNote Modifier and Type Method Description InvoiceNote
Invoice. appendNewInvoiceNote()
Creates an InvoiceNote object and appends it to the list obtainable by a call to getInvoice.getInvoiceNotes()
InvoiceNote
InvoiceNote. setInvoiceNote(String value)
InvoiceNote
InvoiceNote. setInvoiceNoteSubjectCode(Codes.TextSubjectCodeQualifier value)
Methods in com.fourjs.report.facturx.profiles.en16931 that return types with arguments of type InvoiceNote Modifier and Type Method Description List<InvoiceNote>
Invoice. getInvoiceNotes()
Returns a list of InvoiceNote objects previously created by calls toInvoice.appendNewInvoiceNote()
-