Package de.aeb.xnsg.tariffcontent.bf.v10
Class TCCtCodeDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v10.TCCtCodeDTO
- Direct Known Subclasses:
TCCtCodeDEDTO,TCCtCodeTaricDTO
DTO to hold data of a valid customs tariff (CT) code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCustoms tariff code.Description of the CT code in the language defined in the request (TCGetCtCodesRequestDTO).Code of the special unit.Date from which the CT code is valid.Date to which the CT code is valid. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ctCode
Customs tariff code. See class comment of sub classes for more information. -
validFrom
Date from which the CT code is valid. -
validTo
Date to which the CT code is valid. -
specialUnitCode
Code of the special unit. Empty, if no special unit is defined.length=5
-
description
Description of the CT code in the language defined in the request (TCGetCtCodesRequestDTO).length=2000
-
-
Constructor Details
-
TCCtCodeDTO
public TCCtCodeDTO()
-