| Package | Description |
|---|---|
| org.mustangproject | |
| org.mustangproject.ZUGFeRD |
| Modifier and Type | Class and Description |
|---|---|
class |
Allowance
(absolute) allowances on item and document level
|
class |
Charge
Absolute and relative charges for document and item level
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<IZUGFeRDAllowanceCharge> |
Item.Allowances |
protected java.util.ArrayList<IZUGFeRDAllowanceCharge> |
Invoice.Allowances |
protected java.util.ArrayList<IZUGFeRDAllowanceCharge> |
Item.Charges |
protected java.util.ArrayList<IZUGFeRDAllowanceCharge> |
Invoice.Charges |
protected java.util.ArrayList<IZUGFeRDAllowanceCharge> |
Invoice.LogisticsServiceCharges |
| Modifier and Type | Method and Description |
|---|---|
IZUGFeRDAllowanceCharge[] |
Item.getItemAllowances() |
IZUGFeRDAllowanceCharge[] |
Item.getItemCharges() |
IZUGFeRDAllowanceCharge[] |
Invoice.getZFAllowances() |
IZUGFeRDAllowanceCharge[] |
Invoice.getZFCharges() |
IZUGFeRDAllowanceCharge[] |
Invoice.getZFLogisticsServiceCharges() |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.addAllowance(IZUGFeRDAllowanceCharge izac)
Adds a item level reduction the price (will be multiplied by quantity)
|
Invoice |
Invoice.addAllowance(IZUGFeRDAllowanceCharge izac)
adds a document level rebate
|
Item |
Item.addCharge(IZUGFeRDAllowanceCharge izac)
Adds a item level addition to the price (will be multiplied by quantity)
|
Invoice |
Invoice.addCharge(IZUGFeRDAllowanceCharge izac)
adds a document level addition to the price
|
| Modifier and Type | Method and Description |
|---|---|
default IZUGFeRDAllowanceCharge[] |
IZUGFeRDExportableItem.getItemAllowances()
item level discounts
|
default IZUGFeRDAllowanceCharge[] |
IZUGFeRDExportableItem.getItemCharges()
item level price additions
|
default IZUGFeRDAllowanceCharge[] |
IZUGFeRDExportableItem.getItemTotalAllowances()
specify allowances amount for the line item total
|
default IZUGFeRDAllowanceCharge[] |
IExportableTransaction.getZFAllowances() |
default IZUGFeRDAllowanceCharge[] |
IExportableTransaction.getZFCharges() |
default IZUGFeRDAllowanceCharge[] |
IExportableTransaction.getZFLogisticsServiceCharges() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ZUGFeRD2PullProvider.getAllowanceChargeStr(IZUGFeRDAllowanceCharge allowance,
IAbsoluteValueProvider item)
returns the XML for a charge or allowance on item level
|
protected java.lang.String |
ZUGFeRD2PullProvider.getItemTotalAllowanceChargeStr(IZUGFeRDAllowanceCharge allowance,
IAbsoluteValueProvider item)
returns the XML for a charge or allowance on item total level
|
Copyright © 2023. All rights reserved.