Uses of Class
com.fourjs.report.facturx.profiles.extended.DetailedInformationOnTaxInformation
-
Packages that use DetailedInformationOnTaxInformation Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of DetailedInformationOnTaxInformation in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return DetailedInformationOnTaxInformation Modifier and Type Method Description DetailedInformationOnTaxInformation
DetailedInformationOnLogisticsServiceFees. appendNewDetailedInformationOnTaxInformation()
Creates a DetailedInformationOnTaxInformation object and appends it to the list obtainable by a call to getDetailedInformationOnLogisticsServiceFees.getDetailedInformationOnTaxInformationList()
DetailedInformationOnTaxInformation
DetailedInformationOnTaxInformation. setTaxCategory(Codes.VATCategoryCode value)
DetailedInformationOnTaxInformation
DetailedInformationOnTaxInformation. setTaxRate(Percentage value)
DetailedInformationOnTaxInformation
DetailedInformationOnTaxInformation. setTypeCode(Codes.VATTypeCode value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type DetailedInformationOnTaxInformation Modifier and Type Method Description List<DetailedInformationOnTaxInformation>
DetailedInformationOnLogisticsServiceFees. getDetailedInformationOnTaxInformationList()
Returns a list of DetailedInformationOnTaxInformation objects previously created by calls toDetailedInformationOnLogisticsServiceFees.appendNewDetailedInformationOnTaxInformation()
-