Class TCCtCodeDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v10.TCCtCodeDTO
Direct Known Subclasses:
TCCtCodeDEDTO, TCCtCodeTaricDTO

public abstract class TCCtCodeDTO extends Object
DTO to hold data of a valid customs tariff (CT) code.
  • Field Details

    • ctCode

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

      public TCDateDTO validFrom
      Date from which the CT code is valid.
    • validTo

      public TCDateDTO validTo
      Date to which the CT code is valid.
    • specialUnitCode

      public String specialUnitCode
      Code of the special unit. Empty, if no special unit is defined.

      length=5

    • description

      public String description
      Description of the CT code in the language defined in the request ( TCGetCtCodesRequestDTO).

      length=2000

  • Constructor Details

    • TCCtCodeDTO

      public TCCtCodeDTO()