Uses of Class
com.fourjs.report.facturx.profiles.extended.AppliedTradeAllowanceCharge
-
Packages that use AppliedTradeAllowanceCharge Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of AppliedTradeAllowanceCharge in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return AppliedTradeAllowanceCharge Modifier and Type Method Description AppliedTradeAllowanceChargeInvoiceLine. appendNewAppliedTradeAllowanceCharge()Creates an AppliedTradeAllowanceCharge object and appends it to the list obtainable by a call to getInvoiceLine.getAppliedTradeAllowanceCharges()AppliedTradeAllowanceChargeAppliedTradeAllowanceCharge. setBasisAmount(UnitPriceAmount value)AppliedTradeAllowanceChargeAppliedTradeAllowanceCharge. setCalculationPercent(Percentage value)AppliedTradeAllowanceChargeAppliedTradeAllowanceCharge. setItemPriceDiscount(UnitPriceAmount value)AppliedTradeAllowanceChargeAppliedTradeAllowanceCharge. setItemPriceDiscountIndicator(Boolean value)AppliedTradeAllowanceChargeAppliedTradeAllowanceCharge. setReason(String value)AppliedTradeAllowanceChargeAppliedTradeAllowanceCharge. setReasonCode(Codes.SpecialServiceDescriptionCode value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type AppliedTradeAllowanceCharge Modifier and Type Method Description List<AppliedTradeAllowanceCharge>InvoiceLine. getAppliedTradeAllowanceCharges()Returns a list of AppliedTradeAllowanceCharge objects previously created by calls toInvoiceLine.appendNewAppliedTradeAllowanceCharge()
-