Class ICDeliveryItemImportCHDTO

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

public class ICDeliveryItemImportCHDTO extends Object
DTO to hold CH specific extension data for a ICDeliveryItemDTO.
  • Field Details

    • refundCompletely

      public Boolean refundCompletely
      Indicates that this is shipment is to be refunded completely.
    • refundReasonCode

      public String refundReasonCode
      Code of the refund reason.

      length=2

    • refundType

      public String refundType
      Code of the refund type.

      length=2

    • refundReason

      public String refundReason
      Refund reason description.
    • refundGDRN

      public String refundGDRN
      GDRN of the refund.
    • productionCountry

      public String productionCountry
      Country of production.
    • repair

      public Boolean repair
      Indicates that this shipment is to be repaired.
    • feeCalculationLines

      public ICFeeCalculationLineImportCHDTO[] feeCalculationLines
      List of fee calculation lines.
    • additionalInformations

      public ICAdditionalInformationImportCHDTO[] additionalInformations
      List of additional informations for this item.
    • producedDocuments

      public ICProducedDocumentEUDTO[] producedDocuments
      List of produced documents
    • previousDocuments

      public ICPreviousDocumentDTO[] previousDocuments
      List of previous documents
  • Constructor Details

    • ICDeliveryItemImportCHDTO

      public ICDeliveryItemImportCHDTO()