Class ICDeliveryEUDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.eu.ICDeliveryEUDTO
Direct Known Subclasses:
ICDeliveryExportDEDTO, ICDeliverySTIDTO

public class ICDeliveryEUDTO extends Object
DTO to hold EU extension data for a ICDeliveryDTO.
  • Field Details

    • goodsLocation

      @Deprecated(since="FP19/11") public ICLocationDTO goodsLocation
      Deprecated.
      Use ICDeliveryDTO.locations with type AGREED_GOODS_LOCATION instead.
      The location of the goods.
    • expectedArrivalTime

      public DateAndZoneDTO expectedArrivalTime
      The expected arrival date/time of the goods for customs control.
    • expectedDepartureTime

      public DateAndZoneDTO expectedDepartureTime
      The expected departure date/time of the goods.
    • deferredPayments

      public ICDeferredPaymentDTO[] deferredPayments
      Deferred payments.
    • departureAirportCode

      public String departureAirportCode
      Code (IATA key) for the airport of departure
    • producedDocuments

      public ICProducedDocumentEUDTO[] producedDocuments
      List of produced documents
    • previousDocuments

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

    • ICDeliveryEUDTO

      public ICDeliveryEUDTO()