Uses of Class
com.fourjs.report.facturx.profiles.extended.Payer
-
Packages that use Payer Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of Payer in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Payer Modifier and Type Method Description PayerInvoice. appendNewPayer()Creates a Payer object and appends it to the list obtainable by a call to getInvoice.getPayers()PayerPayer. setFaxNumber(String value)PayerPayer. setPayerContactEmailAddress(String value)PayerPayer. setPayerContactTelephoneNumber(String value)PayerPayer. setPayerDepartmentName(String value)PayerPayer. setPayerPersonName(String value)PayerPayer. setPayerTypeCode(ContactTypeCodeContentType value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type Payer Modifier and Type Method Description List<Payer>Invoice. getPayers()Returns a list of Payer objects previously created by calls toInvoice.appendNewPayer()
-