Package | Description |
---|---|
io.konik.util |
Utility package like in every other good project.
|
io.konik.validation |
Invoice validations services
|
io.konik.zugferd.entity.trade.item |
Contains the model entities that are part of invoice→trade→item
|
Modifier and Type | Method and Description |
---|---|
static SpecifiedMonetarySummation |
MonetarySummations.newSpecifiedMonetarySummation(com.neovisionaries.i18n.CurrencyCode currencyCode)
Creates a new
SpecifiedMonetarySummation with 0 (zero) Amount for every field. |
Modifier and Type | Method and Description |
---|---|
static SpecifiedMonetarySummation |
AmountCalculator.calculateSpecifiedMonetarySummation(Item item)
Calculates
SpecifiedMonetarySummation for given Item |
Modifier and Type | Method and Description |
---|---|
SpecifiedMonetarySummation |
SpecifiedSettlement.getMonetarySummation() |
SpecifiedMonetarySummation |
SpecifiedMonetarySummation.setLineTotal(Amount lineTotal) |
SpecifiedMonetarySummation |
SpecifiedMonetarySummation.setTotalAllowanceCharge(Amount totalAllowanceCharge)
Sets the total allowance charge.
|
Modifier and Type | Method and Description |
---|---|
SpecifiedSettlement |
SpecifiedSettlement.setMonetarySummation(SpecifiedMonetarySummation monetarySummation) |
Copyright © 2014-2018 Konik.io. All Rights Reserved.