Class ICFeeCalculationLineImportCHDTO

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

public class ICFeeCalculationLineImportCHDTO extends Object
DTO to hold data for a fee calculation line for Import CH.
  • Field Details

    • type

      public String type
      Type of the fee.

      length=3

    • category

      public String category
      Category of the fee: ADDITIONAL_TAX or FEE.

      length=14

    • calculationBase

      public AmountOfMoneyDTO calculationBase
      Calculation base amount for the fee.
    • key

      public String key
      Fee type key for additional duties.

      length=6

    • chfRate

      public BigDecimal chfRate
      Exchange Rate for CHF.
  • Constructor Details

    • ICFeeCalculationLineImportCHDTO

      public ICFeeCalculationLineImportCHDTO()