Class TCGetCommodityCodeSubstitutionsRequestDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCGetCommodityCodeSubstitutionsRequestDTO

public class TCGetCommodityCodeSubstitutionsRequestDTO extends TCRequestDTO
DTO to hold request data to get a list of commodity code substitutions.
  • Field Details

    • decisiveDate

      public TCDateDTO decisiveDate
      Only substitutions which are equal or newer than this date will be given.
    • languageISOCodes

      public String[] languageISOCodes
      ISO codes of the languages in which the texts of the affected commodity codes should be returned.

      length=2

    • contentIdentCode

      public String contentIdentCode
      Code of the content the commodity codes belongs to (e.g. BANZ.EU.NCL.EXP for the export content of the EU)

      length=50

    • withoutLeadingDashes

      public Boolean withoutLeadingDashes
      Removes the leading dashes from commodity code descriptions. By default the leading dashes are not removed.
  • Constructor Details

    • TCGetCommodityCodeSubstitutionsRequestDTO

      public TCGetCommodityCodeSubstitutionsRequestDTO()