Package | Description |
---|---|
io.konik.zugferd.entity |
ZUGFeRD entities.
|
io.konik.zugferd.entity.trade.item |
Contains the model entities that are part of invoice→trade→item
|
Modifier and Type | Class and Description |
---|---|
class |
GrossPrice
The Item GrossPrice.
|
Modifier and Type | Method and Description |
---|---|
Price |
GrossPrice.addAllowanceCharge(AllowanceCharge... additionalAllowanceCharges)
Adds additional allowance charges.
|
Price |
Price.setBasis(Quantity quantity)
Sets the unit of price base quantity.
|
Price |
Price.setChargeAmount(Amount chargeAmount)
Sets the charge amount.
|
Modifier and Type | Method and Description |
---|---|
Price |
SpecifiedAgreement.getNetPrice()
Gets the details on net price without tax
The net prices included all allowances and charges, but no taxes.
|
Modifier and Type | Method and Description |
---|---|
SpecifiedAgreement |
SpecifiedAgreement.setNetPrice(Price netPrice)
Sets the details on net price without tax
The net prices included all allowances and charges, but no taxes.
|
Copyright © 2014-2018 Konik.io. All Rights Reserved.