Class TCGetKnCodeRequestDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.v10.TCGetKnCodeRequestDTO

public class TCGetKnCodeRequestDTO extends TCRequestDTO
DTO to hold request data to get exactly one KN codes.
  • Field Details

    • decisiveDate

      public TCDateDTO decisiveDate
      Date for which the KN code must be valid.
    • languageISOCode

      public String languageISOCode
      ISO code of the language of the descriptions.

      length=2

    • knCode

      public String knCode
      KN code

      length=8

    • withSpecialUnitCode

      public Boolean withSpecialUnitCode
      If true in the result DTOs TCKnCodeDTO the special unit code will be set if available. This flag is to optimize runtime performance. If you don't need the special unit code set this flag to false.
  • Constructor Details

    • TCGetKnCodeRequestDTO

      public TCGetKnCodeRequestDTO()