Uses of Class
com.fourjs.report.facturx.profiles.extended.DetailedInformationOnLogisticsServiceFees
-
Packages that use DetailedInformationOnLogisticsServiceFees Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of DetailedInformationOnLogisticsServiceFees in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return DetailedInformationOnLogisticsServiceFees Modifier and Type Method Description DetailedInformationOnLogisticsServiceFees
Invoice. appendNewDetailedInformationOnLogisticsServiceFees()
Creates a DetailedInformationOnLogisticsServiceFees object and appends it to the list obtainable by a call to getInvoice.getDetailedInformationOnLogisticsServiceFees()
DetailedInformationOnLogisticsServiceFees
DetailedInformationOnLogisticsServiceFees. setServiceFeeAmount(UnitPriceAmount value)
DetailedInformationOnLogisticsServiceFees
DetailedInformationOnLogisticsServiceFees. setServiceFeeDescription(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type DetailedInformationOnLogisticsServiceFees Modifier and Type Method Description List<DetailedInformationOnLogisticsServiceFees>
Invoice. getDetailedInformationOnLogisticsServiceFees()
Returns a list of DetailedInformationOnLogisticsServiceFees objects previously created by calls toInvoice.appendNewDetailedInformationOnLogisticsServiceFees()
-