Class TCGetAdditionalCodeProposalsRequestDTO

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

public class TCGetAdditionalCodeProposalsRequestDTO extends TCRequestDTO
DTO to hold request data to get additional codes.
  • Field Details

    • 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

    • commodityCode

      public String commodityCode
      Commodity code

      length=15

    • decisiveDate

      public TCDateDTO decisiveDate
      Date for which the proposals must be valid.
    • countryISOCode

      public String countryISOCode
      ISO code of the country of destination or departure.

      length=2

    • languageISOCode

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

      This field might be left empty. In this case German will be used as default.

      length=2

  • Constructor Details

    • TCGetAdditionalCodeProposalsRequestDTO

      public TCGetAdditionalCodeProposalsRequestDTO()