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 SellerTaxRepresentative
Invoice. appendNewSellerTaxRepresentative()
Creates a SellerTaxRepresentative object and appends it to the list obtainable by a call to getInvoice.getSellerTaxRepresentatives()
SellerTaxRepresentative
SellerTaxRepresentative. setFaxNumber(String value)
SellerTaxRepresentative
SellerTaxRepresentative. setSellerTaxRepresentativeContactEmailAddress(String value)
SellerTaxRepresentative
SellerTaxRepresentative. setSellerTaxRepresentativeContactTelephoneNumber(String value)
SellerTaxRepresentative
SellerTaxRepresentative. setSellerTaxRepresentativeDepartmentName(String value)
SellerTaxRepresentative
SellerTaxRepresentative. setSellerTaxRepresentativePersonName(String value)
SellerTaxRepresentative
SellerTaxRepresentative. 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()
-