Uses of Class
org.mustangproject.ZUGFeRD.VATAmount
-
Packages that use VATAmount Package Description org.mustangproject.ZUGFeRD -
-
Uses of VATAmount in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return VATAmount Modifier and Type Method Description VATAmountVATAmount. add(VATAmount v)VATAmountVATAmount. setApplicablePercent(java.math.BigDecimal applicablePercent)VATAmountVATAmount. setBasis(java.math.BigDecimal basis)VATAmountVATAmount. setCalculated(java.math.BigDecimal calculated)VATAmountVATAmount. setCategoryCode(java.lang.String categoryCode)VATAmountVATAmount. setDocumentCode(java.lang.String documentCode)Deprecated.UsesetCategoryCode(String)insteadVATAmountVATAmount. setDueDateTypeCode(java.lang.String dueDateTypeCode)VATAmountVATAmount. setVatExemptionReasonText(java.lang.String theText)VATAmountVATAmount. subtract(VATAmount v)Methods in org.mustangproject.ZUGFeRD that return types with arguments of type VATAmount Modifier and Type Method Description java.util.Set<VATAmount>TransactionCalculator. getTaxDetails()Returns information about every tax that is involved in the current transaction.protected java.util.List<VATAmount>TransactionCalculator. getVATAmountList()protected java.util.HashMap<java.math.BigDecimal,VATAmount>TransactionCalculator. getVATPercentAmountMap()which taxes have been used with which amounts in this transaction, empty for no taxes, or e.g. 19:190 and 7:14 if 1000 Eur were applicable to 19% VAT (=190 EUR VAT) and 200 EUR were applicable to 7% (=14 EUR VAT) 190 EurMethods in org.mustangproject.ZUGFeRD with parameters of type VATAmount Modifier and Type Method Description VATAmountVATAmount. add(VATAmount v)voidTransactionCalculator. mergeAdding(VATAmount vatAmount, VATAmount toAdd)VATAmountVATAmount. subtract(VATAmount v)
-