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