Class ICBrokerInstructionDTO

java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICBrokerInstructionDTO

public class ICBrokerInstructionDTO extends Object
DTO to hold data for customs broker instruction
  • Field Details

    • clientSystemId

      public String clientSystemId
      Id of the sending client system.

      length=20

    • localReference

      public String localReference
      Local unique reference number.

      length=35

    • commercialReferenceNumber

      public String commercialReferenceNumber
      Commercial reference number.

      length=35

    • businessObjectId

      public String businessObjectId
      ID of the broker instruction.

      length=10

    • consignmentIdClientSystem

      public String consignmentIdClientSystem
      Unique id of the consignment within the ERP system

      length=255

    • consignmentNumber

      public String consignmentNumber
      Reference number of the consignment.

      length=70

    • deliveryReferences

      public ICDeliveryReferencesDTO[] deliveryReferences
      Reference numbers of the declaration's deliveries.
    • status

      Current status of the declaration.
    • numberOfDeclarations

      public Integer numberOfDeclarations
      Expected number of declarations.
    • attachments

      public ICAttachmentDTO[] attachments
      List of attachments.
      Only contains attachments for which the attachment content is present in ICI (attachment contents will be deleted some time after archiving an attachment).
    • brokerDeclarations

      public ICBrokerDeclarationDTO[] brokerDeclarations
      List of broker declarations.
  • Constructor Details

    • ICBrokerInstructionDTO

      public ICBrokerInstructionDTO()