Package de.aeb.xnsg.customs.dto.ext.ch
Class ICDeliveryItemImportCHDTO
java.lang.Object
de.aeb.xnsg.customs.dto.ext.ch.ICDeliveryItemImportCHDTO
DTO to hold CH specific extension data for a
ICDeliveryItemDTO.-
Field Summary
FieldsModifier and TypeFieldDescriptionList of additional informations for this item.List of fee calculation lines.List of previous documentsList of produced documentsCountry of production.Indicates that this is shipment is to be refunded completely.GDRN of the refund.Refund reason description.Code of the refund reason.Code of the refund type.Indicates that this shipment is to be repaired. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
refundCompletely
Indicates that this is shipment is to be refunded completely. -
refundReasonCode
Code of the refund reason.length=2
-
refundType
Code of the refund type.length=2
-
refundReason
Refund reason description. -
refundGDRN
GDRN of the refund. -
productionCountry
Country of production. -
repair
Indicates that this shipment is to be repaired. -
feeCalculationLines
List of fee calculation lines. -
additionalInformations
List of additional informations for this item. -
producedDocuments
List of produced documents -
previousDocuments
List of previous documents
-
-
Constructor Details
-
ICDeliveryItemImportCHDTO
public ICDeliveryItemImportCHDTO()
-