Uses of Interface
org.mustangproject.ZUGFeRD.IZUGFeRDExportableTradeParty
-
Packages that use IZUGFeRDExportableTradeParty Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of IZUGFeRDExportableTradeParty in org.mustangproject
Classes in org.mustangproject that implement IZUGFeRDExportableTradeParty Modifier and Type Class Description classTradePartyA organisation, i.e. usually a company -
Uses of IZUGFeRDExportableTradeParty in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return IZUGFeRDExportableTradeParty Modifier and Type Method Description default IZUGFeRDExportableTradePartyIExportableTransaction. getDeliveryAddress()delivery address, i.e. ram:ShipToTradeParty (only supported for zf2)default IZUGFeRDExportableTradePartyIExportableTransaction. getPayee()payee / payment receiver, if different from seller, ram:Payee (only supported for zf2)IZUGFeRDExportableTradePartyIExportableTransaction. getRecipient()the recipientdefault IZUGFeRDExportableTradePartyIExportableTransaction. getSender()the sender of the invoiceMethods in org.mustangproject.ZUGFeRD with parameters of type IZUGFeRDExportableTradeParty Modifier and Type Method Description java.lang.StringUBLDAPullProvider. getPartyXML(IZUGFeRDExportableTradeParty tp)protected java.lang.StringZUGFeRD2PullProvider. getTradePartyAsXML(IZUGFeRDExportableTradeParty party, boolean isSender, boolean isShipToTradeParty)returns the UN/CEFACT CII XML for companies(tradeparties), which is actually the same for ZF1 (v 2013b) and ZF2 (v 2016b)protected java.lang.StringZUGFeRD2PullProvider. getTradePartyPayeeAsXML(IZUGFeRDExportableTradeParty party)
-