Class ICCustomsIdentifcationDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICCustomsIdentifcationDTO

public class ICCustomsIdentifcationDTO extends Object
DTO to hold data for customs identification.
  • Field Details

    • identificationType

      public String identificationType
      Specific identification type:
      • EORI - EORI number
      • VAT - VAT number
      • BRANCH - BRANCH number
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_IDENTIFICATION_TYPE

      length=35

    • identification

      public String identification
      Customs id number.

      length=20

  • Constructor Details

    • ICCustomsIdentifcationDTO

      public ICCustomsIdentifcationDTO()