| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AllowanceCharge> |
Price.allowanceCharges |
| Modifier and Type | Method and Description |
|---|---|
AllowanceCharge |
AllowanceCharge.setActual(Amount actualAmount)
Sets the actual amount.
|
AllowanceCharge |
AllowanceCharge.setBasis(Amount basisAmount)
Sets the basis amount of the allowance charge.
|
AllowanceCharge |
AllowanceCharge.setBasisQuantity(Quantity basisQuantity)
Sets the basis quantity.
|
AllowanceCharge |
AllowanceCharge.setCalculationPercent(BigDecimal calculationPercent)
Sets the calculation percent of the allowance charge.
|
AllowanceCharge |
AllowanceCharge.setDiscount()
Sets the amount to be a discount.
|
AllowanceCharge |
AllowanceCharge.setReason(String reason)
Sets the reason free text
|
AllowanceCharge |
AllowanceCharge.setReasonCode(String reasonCode)
Sets the reason code for the reason content.
|
AllowanceCharge |
AllowanceCharge.setSequence(BigDecimal sequence)
Sets the sequence number of the allowance charge.
|
AllowanceCharge |
AllowanceCharge.setSurcharge()
Sets amount to be a surcharge.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowanceCharge> |
GrossPrice.getAllowanceCharges()
Gets the applied trade allowance charge.
|
| Modifier and Type | Method and Description |
|---|---|
Price |
GrossPrice.addAllowanceCharge(AllowanceCharge... additionalAllowanceCharges)
Adds additional allowance charges.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.