Class ICDeclarationItemCHDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.ch.ICDeclarationItemCHDTO

public class ICDeclarationItemCHDTO extends Object
CH specific extension data for a declaration item.
  • Field Details

    • customsSequenceNumber

      public Integer customsSequenceNumber
      Customs sequence number of the item.

      length=5

    • selectionResultCode

      public String selectionResultCode
      Selection result.

      length=1

    • preliminaryDutyValuationRate

      public BigDecimal preliminaryDutyValuationRate
      Valuation rate.

      length=7,2

    • dutyAssessmentCode

      public String dutyAssessmentCode
      Assessment code for customs duty.

      length=2

    • isNetDuty

      public String isNetDuty
      Net duty

      length=1

    • tareSupplement

      public BigDecimal tareSupplement
      Tare supplement.

      length=4,1

    • tareSupplementConfirmation

      public String tareSupplementConfirmation
      Confirmation code for tare supplement

      length=1

    • isEligiblePreference

      public String isEligiblePreference
      Preferential flag.

      length=1

    • customsNetWeight

      public QuantityDTO customsNetWeight
      Customs net weight of the item.
  • Constructor Details

    • ICDeclarationItemCHDTO

      public ICDeclarationItemCHDTO()