Uses of Class
com.fourjs.report.facturx.profiles.extended.BuyerTaxRepresentative
-
Packages that use BuyerTaxRepresentative Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of BuyerTaxRepresentative in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return BuyerTaxRepresentative Modifier and Type Method Description BuyerTaxRepresentative
Invoice. appendNewBuyerTaxRepresentative()
Creates a BuyerTaxRepresentative object and appends it to the list obtainable by a call to getInvoice.getBuyerTaxRepresentatives()
BuyerTaxRepresentative
BuyerTaxRepresentative. setBuyerTaxRepresentativeContactEmailAddress(String value)
BuyerTaxRepresentative
BuyerTaxRepresentative. setBuyerTaxRepresentativeContactTelephoneNumber(String value)
BuyerTaxRepresentative
BuyerTaxRepresentative. setBuyerTaxRepresentativeDepartmentName(String value)
BuyerTaxRepresentative
BuyerTaxRepresentative. setBuyerTaxRepresentativePersonName(String value)
BuyerTaxRepresentative
BuyerTaxRepresentative. setBuyerTaxRepresentativeTypeCode(String value)
BuyerTaxRepresentative
BuyerTaxRepresentative. setFaxNumber(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type BuyerTaxRepresentative Modifier and Type Method Description List<BuyerTaxRepresentative>
Invoice. getBuyerTaxRepresentatives()
Returns a list of BuyerTaxRepresentative objects previously created by calls toInvoice.appendNewBuyerTaxRepresentative()
-