Class ElanCompanyDTO

    • Field Detail

      • roleIdentCode

        public String roleIdentCode
        The role the company takes on in this transaction.
        Must be one of these values:
        • AUSFUEHRER
        • AGENT
        • KONSORTIALFUEHRER
        • ZUSTELLUNGSBEVOLLMAECHTIGTER
      • companyNumber

        public String companyNumber
        Company no. of the company.

        Maximum length: 20
      • customsNumber

        public Integer customsNumber
        Number of company/person given by German customs.

        Maximum length: 7
      • eori

        public String eori
        Eori number of company/person given by German customs.

        Maximum length: 17
      • establishmentNumber

        public String establishmentNumber
        Establishment number of company/person given by German customs.

        Maximum length: 4
      • address

        public ElanAddressDTO address
        Address of the company/person.
    • Constructor Detail

      • ElanCompanyDTO

        public ElanCompanyDTO()