| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.entity.trade |
Contains the model entities that are part of invoice→trade
|
| io.konik.zugferd.entity.trade.item |
Contains the model entities that are part of invoice→trade→item
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommonSettlement<T extends CommonTax,M extends CommonMonetarySummation>
The Trade Settlement
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppliedTax
The trade tax
|
| Modifier and Type | Method and Description |
|---|---|
CommonTax |
CommonTax.setCategory(TaxCategory value)
Sets the tax category.
|
CommonTax |
CommonTax.setPercentage(java.math.BigDecimal applicablePercentage)
Sets the applicable tax percentage.
|
CommonTax |
CommonTax.setType(TaxCode taxTypeCode)
Sets the UNCL 5153 tax type code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TradeTax
The tax applied to a trade.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpecifiedTax
The trade tax on an item basis.
|
Copyright © 2014-2015 Konik.io. All Rights Reserved.