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