Class TCKnCodeDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v10.TCKnCodeDTO

public class TCKnCodeDTO extends Object
DTO to hold data of a valid KN code.
  • Field Details

    • knCode

      public String knCode
      KN codes

      length=8

    • validFrom

      public TCDateDTO validFrom
      Date from which the KN code is valid from.
    • validTo

      public TCDateDTO validTo
      Date from which the KN code is valid to.
    • specialUnitCode

      public String specialUnitCode
      Code of the special unit. Empty if no special unit is defined.

      length=5

    • description

      public String description
      Description of the KN code in the language defined in the request ( TCGetKnCodesRequestDTO).

      length=2000

  • Constructor Details

    • TCKnCodeDTO

      public TCKnCodeDTO()