Package de.aeb.xnsg.customs.dto.common
Class ICCustomsIdentifcationDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICCustomsIdentifcationDTO
DTO to hold data for customs identification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCustoms id number.Specific identification type: EORI - EORI number VAT - VAT number BRANCH - BRANCH number '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_IDENTIFICATION_TYPE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Customs id number.length=20
-
-
Constructor Details
-
ICCustomsIdentifcationDTO
public ICCustomsIdentifcationDTO()
-