Uses of Class
com.fourjs.report.facturx.profiles.extended.SellerTaxRepresentative
-
Packages that use SellerTaxRepresentative Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of SellerTaxRepresentative in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return SellerTaxRepresentative Modifier and Type Method Description SellerTaxRepresentativeInvoice. appendNewSellerTaxRepresentative()Creates a SellerTaxRepresentative object and appends it to the list obtainable by a call to getInvoice.getSellerTaxRepresentatives()SellerTaxRepresentativeSellerTaxRepresentative. setFaxNumber(String value)SellerTaxRepresentativeSellerTaxRepresentative. setSellerTaxRepresentativeContactEmailAddress(String value)SellerTaxRepresentativeSellerTaxRepresentative. setSellerTaxRepresentativeContactTelephoneNumber(String value)SellerTaxRepresentativeSellerTaxRepresentative. setSellerTaxRepresentativeDepartmentName(String value)SellerTaxRepresentativeSellerTaxRepresentative. setSellerTaxRepresentativePersonName(String value)SellerTaxRepresentativeSellerTaxRepresentative. setSellerTaxRepresentativeTypeCode(String value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type SellerTaxRepresentative Modifier and Type Method Description List<SellerTaxRepresentative>Invoice. getSellerTaxRepresentatives()Returns a list of SellerTaxRepresentative objects previously created by calls toInvoice.appendNewSellerTaxRepresentative()
-