Package de.aeb.xnsg.tariffcontent.bf.v10
Class TCGetCtCodeRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.v10.TCGetCtCodeRequestDTO
- Direct Known Subclasses:
TCGetCtCodeDERequestDTO,TCGetCtCodeTaricRequestDTO
DTO to hold request data to get exactly one customs tariff (CT) code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCustoms tariff code.Date for which the CT code must be valid.ISO code of the language of the descriptions.Iftrue, in the resultingTCCtCodeDTOs the special unit code will be set if available.Fields inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
clientIdentCode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
equals, hashCode
-
Field Details
-
ctCode
Customs tariff code. See class comment of sub classes for more information. -
decisiveDate
Date for which the CT code must be valid. -
languageISOCode
ISO code of the language of the descriptions.length=2
-
withSpecialUnitCode
Iftrue, in the resultingTCCtCodeDTOs the special unit code will be set if available. This flag is used to optimize runtime performance. If you don't need the special unit code set this flag tofalse.
-
-
Constructor Details
-
TCGetCtCodeRequestDTO
public TCGetCtCodeRequestDTO()
-