Class TCGetCtCodeRequestDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.v10.TCGetCtCodeRequestDTO
Direct Known Subclasses:
TCGetCtCodeDERequestDTO, TCGetCtCodeTaricRequestDTO

public abstract class TCGetCtCodeRequestDTO extends TCRequestDTO
DTO to hold request data to get exactly one customs tariff (CT) code.
  • Field Details

    • ctCode

      public String ctCode
      Customs tariff code. See class comment of sub classes for more information.
    • decisiveDate

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

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

      length=2

    • withSpecialUnitCode

      public Boolean withSpecialUnitCode
      If true, in the resulting TCCtCodeDTOs 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 to false.
  • Constructor Details

    • TCGetCtCodeRequestDTO

      public TCGetCtCodeRequestDTO()