Class TransactionPartnerDTO

java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.approvaldata.TransactionPartnerDTO

public class TransactionPartnerDTO extends Object
Represents a business partner involved in a transaction.
Since:
2018/10
See Also:
  • Field Details

    • partnerRole

      public PartnerRoleDTO partnerRole
      The role of the partner within the transaction.
    • address

      Address of the partner.
    • companyReference

      public String companyReference
      Unique number of business partner, such as the company code from the company master data or a customer number. Assigned ID that must be identical to that used in all transactions for this partner.

      Maximum length: 20
    • customsNumber

      public String customsNumber
      7-digit customs number of business partner.

      Maximum length: 7
    • eoriNumber

      public String eoriNumber
      Unique EORI (Economic Operators' Registration and Identification) number assigned by the customs authority and used as the identifying attribute within the European Union.

      Maximum length: 7
    • establishmentNumber

      public String establishmentNumber
      Branch office number assigned by customs office to each domestic branch office of the company (only unique together with EORI number). The EORI number and this ID replace the previous customs number.

      Maximum length: 4
  • Constructor Details

    • TransactionPartnerDTO

      public TransactionPartnerDTO()