Class FTMCOpenKnCodeResearchDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
de.aeb.xnsg.ftmc.af.v1.FTMCOpenKnCodeResearchDTO

public class FTMCOpenKnCodeResearchDTO extends FTMCRequestDTO
DTO to hold data to research a KN code for a material.
  • Field Details

    • materialNumber

      public String materialNumber

      The material number which identifies a material uniquely in the client.

      length=50

    • languageISOCode

      public String languageISOCode
      ISO code of language for which the descriptions should be displayed.

      length=2

    • countryISOCode

      public String countryISOCode
      ISO code of the country the classification belongs to.

      length=2

    • validFrom

      public FTMCDateDTO validFrom
      From this date on the KN code will be valid. If null the KN code will be valid immediately.
  • Constructor Details

    • FTMCOpenKnCodeResearchDTO

      public FTMCOpenKnCodeResearchDTO()