Uses of Interface
org.mustangproject.ZUGFeRD.IAbsoluteValueProvider
-
Packages that use IAbsoluteValueProvider Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of IAbsoluteValueProvider in org.mustangproject
Classes in org.mustangproject that implement IAbsoluteValueProvider Modifier and Type Class Description classItemdescribes any invoice lineMethods in org.mustangproject with parameters of type IAbsoluteValueProvider Modifier and Type Method Description java.math.BigDecimalAllowance. getTotalAmount(IAbsoluteValueProvider currentItem)java.math.BigDecimalCharge. getTotalAmount(IAbsoluteValueProvider currentItem) -
Uses of IAbsoluteValueProvider in org.mustangproject.ZUGFeRD
Subinterfaces of IAbsoluteValueProvider in org.mustangproject.ZUGFeRD Modifier and Type Interface Description interfaceIZUGFeRDExportableItemClasses in org.mustangproject.ZUGFeRD that implement IAbsoluteValueProvider Modifier and Type Class Description classTransactionCalculatorThe Transactioncalculator e.g. adds the line totals and applies VAT on whole invoicesMethods in org.mustangproject.ZUGFeRD with parameters of type IAbsoluteValueProvider 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 leveljava.math.BigDecimalIZUGFeRDAllowanceCharge. getTotalAmount(IAbsoluteValueProvider trans)returns the absolute amount, even if it was relative in the first place
-