Package de.aeb.xnsg.customs.dto.common
Class ICAdditionDeductionDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICAdditionDeductionDTO
DTO to hold data for additions and deductions to a base value.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecific 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_TYPESpecific customs process.Monetary value of the adjustment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Monetary value of the adjustment. -
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()
-