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 InvoiceNoteInvoice. appendNewInvoiceNote()Creates an InvoiceNote object and appends it to the list obtainable by a call to getInvoice.getInvoiceNotes()InvoiceNoteInvoiceNote. setInvoiceNote(String value)InvoiceNoteInvoiceNote. 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()
-