Package de.aeb.xnsg.tariffcontent.bf.v10
Class TCKnCodeDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v10.TCKnCodeDTO
DTO to hold data of a valid KN code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDescription of the KN code in the language defined in the request (TCGetKnCodesRequestDTO).KN codesCode of the special unit.Date from which the KN code is valid from.Date from which the KN code is valid to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
knCode
KN codeslength=8
-
validFrom
Date from which the KN code is valid from. -
validTo
Date from which the KN code is valid to. -
specialUnitCode
Code of the special unit. Empty if no special unit is defined.length=5
-
description
Description of the KN code in the language defined in the request (TCGetKnCodesRequestDTO).length=2000
-
-
Constructor Details
-
TCKnCodeDTO
public TCKnCodeDTO()
-