Package | Description |
---|---|
io.konik.zugferd.entity |
ZUGFeRD entities.
|
io.konik.zugferd.entity.trade |
Contains the model entities that are part of invoice→trade
|
io.konik.zugferd.entity.trade.item |
Contains the model entities that are part of invoice→trade→item
|
Modifier and Type | Method and Description |
---|---|
ZfDate |
CommonDelivery.getActualDelivery()
Gets the actual delivery event.
|
java.lang.String |
Address.getCity()
Gets the city name.
|
DocumentCode |
Header.getCode()
Gets UNCL 1001 Document Name Code.
|
java.util.List<java.lang.String> |
Note.getContents()
Gets the human readable note content.
|
com.neovisionaries.i18n.CountryCode |
Address.getCountry()
Gets the country.
|
Profile |
Context.getGuideline()
Gets the guideline or profile of the invoice
|
java.lang.String |
Header.getInvoiceNumber()
Gets the invoice number.
|
ZfDate |
Header.getIssued()
Gets the invoice issue date time.
|
java.lang.String |
Address.getLineOne()
Gets the line one.
|
java.lang.String |
Address.getLineTwo()
Gets the line two.
|
ExtendedID |
PaymentMeans.getMandateReference()
Gets the mandate reference and client creditor id.
|
java.lang.String |
Product.getName()
Gets the product name.
|
java.lang.String |
TradeParty.getName()
Gets the trade party name.
|
java.lang.String |
Header.getName()
Gets the free text invoice name.
|
java.util.List<Note> |
Header.getNotes()
Gets the invoice header notes.
|
CreditorFinancialAccount |
PaymentMeans.getPayeeAccount()
Gets the payee/seller financial account.
|
FinancialInstitution |
PaymentMeans.getPayeeInstitution()
Gets the payee/seller specified creditor financial institution.
|
java.lang.String |
Address.getPostcode()
Gets the post code.
|
boolean |
Context.isTest()
Checks if that invoice is for test purposes only and should not be processed in the target system.
|
Modifier and Type | Method and Description |
---|---|
Amount |
MonetarySummation.getAllowanceTotal()
Gets the total amount of discounts.
|
Amount |
TradeTax.getBasis()
Gets the basis amount for tax calculation.
|
Amount |
TradeTax.getCalculated() |
Amount |
MonetarySummation.getChargeTotal()
Gets the total amount of surcharges.
|
com.neovisionaries.i18n.CurrencyCode |
Settlement.getCurrency()
Gets the invoice currency code
specifiedBookingReference
|
Amount |
MonetarySummation.getGrandTotal()
Gets the grand total amount.
|
MonetarySummation |
Settlement.getMonetarySummation()
Gets the trade settlement monetary summation.
|
java.lang.String |
Settlement.getPaymentReference()
Gets the payment reference.
|
java.math.BigDecimal |
TradeTax.getPercentage() |
TradeParty |
Agreement.getSeller()
Gets the seller trade party
|
Amount |
MonetarySummation.getTaxBasisTotal()
Gets the invoice total value excluding VAT.
|
Amount |
MonetarySummation.getTaxTotal()
Gets the total tax amount.
|
TaxCode |
TradeTax.getType() |
Settlement |
Settlement.setMonetarySummation(MonetarySummation monetarySummation)
Sets the trade settlement monetary summation.
|
Modifier and Type | Method and Description |
---|---|
Quantity |
SpecifiedDelivery.getBilled()
Gets the billed quantity.
|
Copyright © 2014-2018 Konik.io. All Rights Reserved.