Uses of Interface
org.mustangproject.ZUGFeRD.IZUGFeRDAllowanceCharge
-
Packages that use IZUGFeRDAllowanceCharge Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of IZUGFeRDAllowanceCharge in org.mustangproject
Classes in org.mustangproject that implement IZUGFeRDAllowanceCharge Modifier and Type Class Description classAllowance(absolute) allowances on item and document levelclassChargeAbsolute and relative charges for document and item levelFields in org.mustangproject with type parameters of type IZUGFeRDAllowanceCharge Modifier and Type Field Description protected java.util.ArrayList<IZUGFeRDAllowanceCharge>Invoice. Allowancesprotected java.util.ArrayList<IZUGFeRDAllowanceCharge>Item. Allowancesprotected java.util.ArrayList<IZUGFeRDAllowanceCharge>Invoice. Chargesprotected java.util.ArrayList<IZUGFeRDAllowanceCharge>Item. Chargesprotected java.util.ArrayList<IZUGFeRDAllowanceCharge>Invoice. LogisticsServiceChargesMethods in org.mustangproject that return IZUGFeRDAllowanceCharge Modifier and Type Method Description IZUGFeRDAllowanceCharge[]Item. getAllowances()IZUGFeRDAllowanceCharge[]Item. getCharges()IZUGFeRDAllowanceCharge[]Item. getItemAllowances()IZUGFeRDAllowanceCharge[]Item. getItemCharges()IZUGFeRDAllowanceCharge[]Invoice. getZFAllowances()IZUGFeRDAllowanceCharge[]Invoice. getZFCharges()IZUGFeRDAllowanceCharge[]Invoice. getZFLogisticsServiceCharges()Methods in org.mustangproject with parameters of type IZUGFeRDAllowanceCharge Modifier and Type Method Description InvoiceInvoice. addAllowance(IZUGFeRDAllowanceCharge izac)adds a document level rebateItemItem. addAllowance(IZUGFeRDAllowanceCharge izac)Adds a item level reduction the price (will be multiplied by quantity)InvoiceInvoice. addCharge(IZUGFeRDAllowanceCharge izac)adds a document level addition to the priceItemItem. addCharge(IZUGFeRDAllowanceCharge izac)Adds a item level addition to the price (will be multiplied by quantity) -
Uses of IZUGFeRDAllowanceCharge in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return IZUGFeRDAllowanceCharge Modifier and Type Method Description default IZUGFeRDAllowanceCharge[]IZUGFeRDExportableItem. getAllowances()Deprecated.default IZUGFeRDAllowanceCharge[]IZUGFeRDExportableProduct. getAllowances()product level discounts (AppliedTradeAllowanceCharge, will change net price)default IZUGFeRDAllowanceCharge[]IZUGFeRDExportableItem. getCharges()Deprecated.default IZUGFeRDAllowanceCharge[]IZUGFeRDExportableProduct. getCharges()product level charges (AppliedTradeAllowanceCharge, will change net price)default IZUGFeRDAllowanceCharge[]IZUGFeRDExportableItem. getItemAllowances()Deprecated.default IZUGFeRDAllowanceCharge[]IZUGFeRDExportableItem. getItemCharges()Deprecated.default IZUGFeRDAllowanceCharge[]IZUGFeRDExportableItem. getItemTotalAllowances()get all (allowances and charges) SpecifiedTradeAllowanceChargesdefault IZUGFeRDAllowanceCharge[]IExportableTransaction. getZFAllowances()default IZUGFeRDAllowanceCharge[]IExportableTransaction. getZFCharges()default IZUGFeRDAllowanceCharge[]IExportableTransaction. getZFLogisticsServiceCharges()Methods in org.mustangproject.ZUGFeRD with parameters of type IZUGFeRDAllowanceCharge Modifier and Type Method Description protected java.lang.StringZUGFeRD2PullProvider. getAllowanceChargeStr(IZUGFeRDAllowanceCharge allowance, IAbsoluteValueProvider item)returns the XML for a charge or allowance on item levelprotected java.lang.StringZUGFeRD2PullProvider. getItemTotalAllowanceChargeStr(IZUGFeRDAllowanceCharge allowance, IAbsoluteValueProvider item)returns the XML for a charge or allowance on item total level
-