Class ICDeliveryItemEUDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.eu.ICDeliveryItemEUDTO
Direct Known Subclasses:
ICDeliveryItemExportDEDTO, ICDeliveryItemImportDEDTO, ICDeliveryItemSTIDTO

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

    • transactionNatureCode

      public String transactionNatureCode
      Code specifying the nature of transaction.

      length=2

    • producedDocuments

      public ICProducedDocumentEUDTO[] producedDocuments
      List of produced documents
    • previousDocuments

      public ICPreviousDocumentDTO[] previousDocuments
      List of previous documents
    • preferentialData

      public ICPreferentialDataEUDTO preferentialData
      Information about preferential request.
    • originCountryRegionCode

      public String originCountryRegionCode
      ISO code of country region where the goods of this item originate from.

      length=4

  • Constructor Details

    • ICDeliveryItemEUDTO

      public ICDeliveryItemEUDTO()