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 BuyerTaxRepresentativeInvoice. appendNewBuyerTaxRepresentative()Creates a BuyerTaxRepresentative object and appends it to the list obtainable by a call to getInvoice.getBuyerTaxRepresentatives()BuyerTaxRepresentativeBuyerTaxRepresentative. setBuyerTaxRepresentativeContactEmailAddress(String value)BuyerTaxRepresentativeBuyerTaxRepresentative. setBuyerTaxRepresentativeContactTelephoneNumber(String value)BuyerTaxRepresentativeBuyerTaxRepresentative. setBuyerTaxRepresentativeDepartmentName(String value)BuyerTaxRepresentativeBuyerTaxRepresentative. setBuyerTaxRepresentativePersonName(String value)BuyerTaxRepresentativeBuyerTaxRepresentative. setBuyerTaxRepresentativeTypeCode(String value)BuyerTaxRepresentativeBuyerTaxRepresentative. 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()
-