| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.entity.trade |
Contains the model entities that are part of invoice→trade
|
| Modifier and Type | Method and Description |
|---|---|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setActual(Amount actualAmount)
Sets the actual amount.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setBasis(Amount basisAmount)
Sets the basis amount of the allowance charge.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setBasisQuantity(Quantity basisQuantity)
Sets the basis quantity.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setCalculationPercent(BigDecimal calculationPercent)
Sets the calculation percent of the allowance charge.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setCategory(AppliedTax category)
Sets the category.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setDiscount()
Sets the amount to be a discount.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setReason(String reason)
Sets the reason free text
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setReasonCode(String reasonCode)
Sets the reason code for the reason content.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setSequence(BigDecimal sequence)
Sets the sequence number of the allowance charge.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setSurcharge()
Sets amount to be a surcharge.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpecifiedAllowanceCharge> |
Settlement.getAllowanceCharge()
Gets the trade allowance charge.
|
| Modifier and Type | Method and Description |
|---|---|
Settlement |
Settlement.addAllowanceCharge(SpecifiedAllowanceCharge additionalAllowanceCharge)
Adds the trade allowance charge.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.