Class ICAdditionDeductionDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICAdditionDeductionDTO

public class ICAdditionDeductionDTO extends Object
DTO to hold data for additions and deductions to a base value.
  • Field Details

    • adjustmentType

      public String adjustmentType
      Specific adjustment type:
      • BROKER_COMMISSIONS - Broker commissions
      • AIR_FREIGHT_COSTS - Air freight costs
      • TRANSPORT - Transport costs
      • INSURANCE - Insurance costs
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=ADJUSTMENT_TYPE

      length=35

    • value

      public AmountOfMoneyDTO value
      Monetary value of the adjustment.
    • customsProcess

      public String customsProcess
      Specific customs process.
      • 'EXPORT_BE' - Export process for Belgium
      • 'EXPORT_SE' - Export process for Sweden
      • 'EXPORT_NL' - Export process for Netherlands
      • 'TRANSIT_NL' - Transit process for Netherlands
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_PROCESS_TYPE

      length=20

  • Constructor Details

    • ICAdditionDeductionDTO

      public ICAdditionDeductionDTO()