Class ICDeliveryImportCHDTO

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

public class ICDeliveryImportCHDTO extends Object
DTO to hold CH import extension data for a ICDeliveryDTO.
  • Field Details

    • isFirstShipment

      public Boolean isFirstShipment
      Indicates that this is the first shipment.
    • firstShipmentReference

      public String firstShipmentReference
      Reference of the first shipment.

      length=18

    • isContractualDelivery

      public Boolean isContractualDelivery
      Indicates that this is a contractual delivery.
    • isPartialDelivery

      public Boolean isPartialDelivery
      Indicates that this is a partial delivery.
    • isImmediatePayment

      public Boolean isImmediatePayment
      Indicates that this delivery needs immediate payment.
    • additionalInformations

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

      public ICProducedDocumentEUDTO[] producedDocuments
      List of produced documents
    • previousDocuments

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

    • ICDeliveryImportCHDTO

      public ICDeliveryImportCHDTO()