public interface IZUGFeRDExportableTradeParty
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getAdditionalAddress()
returns additional address information which is display in xml tag "LineTwo"
e.g.
|
default java.lang.String |
getAdditionalAddressExtension()
returns additional address information which is display in xml tag "LineThree"
e.g.
|
default IZUGFeRDExportableContact |
getContact() |
java.lang.String |
getCountry()
two-letter country code of the contact
|
default java.lang.String |
getGlobalID()
customer global identification assigned by the seller
|
default java.lang.String |
getGlobalIDScheme()
customer global identification scheme
|
default java.lang.String |
getID()
customer identification assigned by the seller
|
default IZUGFeRDLegalOrganisation |
getLegalOrganisation()
gets the official representation
|
java.lang.String |
getLocation()
Returns the city of the contact
|
java.lang.String |
getName()
First and last name of the recipient
|
java.lang.String |
getStreet()
Returns the street address (street+number) of the contact
|
default java.lang.String |
getTaxID()
obligatory for sender but not for recipient
|
default java.lang.String |
getVATID()
VAT ID (Umsatzsteueridentifikationsnummer) of the contact
|
java.lang.String |
getZIP()
Postal code of the recipient
|
default java.lang.String getID()
default java.lang.String getGlobalID()
default IZUGFeRDLegalOrganisation getLegalOrganisation()
default java.lang.String getGlobalIDScheme()
default IZUGFeRDExportableContact getContact()
java.lang.String getName()
java.lang.String getZIP()
default java.lang.String getVATID()
java.lang.String getCountry()
java.lang.String getLocation()
java.lang.String getStreet()
default java.lang.String getAdditionalAddress()
default java.lang.String getAdditionalAddressExtension()
default java.lang.String getTaxID()
Copyright © 2023. All rights reserved.