Package de.aeb.xnsg.ftmc.af.v1
Class FTMCOpenCtCodeResearchDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
de.aeb.xnsg.ftmc.af.v1.FTMCOpenCtCodeResearchDTO
DTO to hold data to research a customs tariff code (CT code) for a material.
-
Field Summary
FieldsModifier and TypeFieldDescriptionISO code of the country the classification belongs to.ISO code of language for which the descriptions should be displayed.The material number which identifies a material uniquely in the client.From this date on the CT code will be valid.Fields inherited from class de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
clientIdentCode, installationIdHost -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
materialNumber
The material number which identifies a material uniquely in the client.
length=50
-
languageISOCode
ISO code of language for which the descriptions should be displayed.length=2
-
countryISOCode
ISO code of the country the classification belongs to.length=2
-
validFrom
From this date on the CT code will be valid. Ifnullthe CT code will be valid immediately.
-
-
Constructor Details
-
FTMCOpenCtCodeResearchDTO
public FTMCOpenCtCodeResearchDTO()
-